summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-09-21 17:52:05 +0000
committerdt <dt@FreeBSD.org>1999-09-21 17:52:05 +0000
commitef28ba9c14b840bf927f9f60df0bd078fbb4e871 (patch)
tree78d28c2a64d20cef71a4eb951e7608cdd0ff2e1a /secure
parent216c6b2821f75b1d6f5053745f2f54d826fb64cb (diff)
downloadFreeBSD-src-ef28ba9c14b840bf927f9f60df0bd078fbb4e871.zip
FreeBSD-src-ef28ba9c14b840bf927f9f60df0bd078fbb4e871.tar.gz
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.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud