aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2005-07-22 17:19:05 +0000
committerKen Smith <kensmith@FreeBSD.org>2005-07-22 17:19:05 +0000
commita84020c2b91368d6236647bb2933859e6d16d4a8 (patch)
tree97216d82f9fdf1e340872391972b07735debfd87 /secure/lib
parentaa8c14c444ea2e685ee80269251049a999923a9e (diff)
downloadsrc-a84020c2b91368d6236647bb2933859e6d16d4a8.tar.gz
src-a84020c2b91368d6236647bb2933859e6d16d4a8.zip
Bump the shared library version number of all libraries that have not
been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
Notes
Notes: svn path=/head/; revision=148297
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssh/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 88a0eb35d7a9..5c22f97b0440 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -2,7 +2,7 @@
LIB= crypto
SHLIBDIR?= /lib
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
NO_LINT=
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index b290c86dc908..70deccb76b6b 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ssh
-SHLIB_MAJOR= 2
+SHLIB_MAJOR= 3
SRCS= acss.c authfd.c authfile.c bufaux.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 697642606333..4db4b0a4d7c5 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ssl
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
NO_LINT=