From ef28ba9c14b840bf927f9f60df0bd078fbb4e871 Mon Sep 17 00:00:00 2001 From: dt Date: Tue, 21 Sep 1999 17:52:05 +0000 Subject: 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. --- lib/libcrypt/Makefile | 2 +- secure/lib/libcrypt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 25d2549..3742913 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 2 LIB= scrypt LCRYPTBASE= libcrypt diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 9150791..8cd4eea 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 2 LIB= descrypt LCRYPTBASE= libcrypt -- cgit v1.1