freebsd-src/lib/libcrypt
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
..
crypt-md5.c Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00
crypt-shs.c Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00
crypt.3 Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00
crypt.c Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00
crypt.h Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00
Makefile Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. 1999-09-21 17:52:05 +00:00
misc.c Big code cleanup. (Inspired by Brandon Gillespie). Also move as 1999-09-20 12:45:49 +00:00