Date: Tue, 21 Sep 1999 10:52:06 -0700 (PDT) From: Dmitrij Tejblum <dt@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypt Makefile src/lib/libcrypt Makefile Message-ID: <199909211752.KAA06503@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dt 1999/09/21 10:52:05 PDT
Modified files:
secure/lib/libcrypt Makefile
lib/libcrypt Makefile
Log:
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.
Revision Changes Path
1.20 +2 -2 src/secure/lib/libcrypt/Makefile
1.22 +2 -2 src/lib/libcrypt/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909211752.KAA06503>
