diff options
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssh/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index d6b339f..8a08589 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -6,7 +6,7 @@ SUBDIR= engines .include <bsd.own.mk> LIB= crypto -SHLIB_MAJOR= 5 +SHLIB_MAJOR= 6 NO_LINT= diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 1bec2c1..ecc1a92 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -3,7 +3,7 @@ .include <bsd.own.mk> LIB= ssh -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \ cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \ diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 5550b9b..5dad969 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= ssl -SHLIB_MAJOR= 5 +SHLIB_MAJOR= 6 NO_LINT= |