freebsd-dev/secure
Dmitrij Tejblum 462da152d2 Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.
Revert the major number back to 2.

libcrypt only export one function, before the recent changes and now:
char *crypt(const char *key, const char *salt);
The prototype didn't changed. Internal representation of `char' and `char *'
didn't changed. Therefore, there is no reason to change the version number.
1999-09-21 17:52:05 +00:00
..
lib Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. 1999-09-21 17:52:05 +00:00
usr.bin $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
usr.sbin $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00