aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-09-21 17:52:05 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-09-21 17:52:05 +0000
commit462da152d2d0f22be3ff98e01309596dbcca4606 (patch)
tree9eed99f7f2f7309be4eabd4e953cf238b5c9a6f8
parent58ae401b7934d593bbb412bde504e170c47c20d9 (diff)
Notes
-rw-r--r--lib/libcrypt/Makefile2
-rw-r--r--secure/lib/libcrypt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 25d2549c2beb..37429135a082 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 91507911c01c..8cd4eea64742 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