summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-10-25 13:37:57 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-10-25 13:37:57 +0000
commit89250cff0c9af8a2c976020468fbe9637b846dd3 (patch)
treec23f208d2d19a596395e76261cbfac72beaa9622 /secure
parent554e6a756332b64447b797f9f9ca85a5eab20426 (diff)
downloadsrc-test2-89250cff0c9af8a2c976020468fbe9637b846dd3.tar.gz
src-test2-89250cff0c9af8a2c976020468fbe9637b846dd3.zip
Bump base OpenSSL libraries versions to avoid conflict with port's libraries.
Reported by: many Reviewed by: gjb Sponsored by: The FreeBSD Foundation MFC after: 3 hours
Notes
Notes: svn path=/head/; revision=339709
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 459a16c4b64c..b44a51b7ebf7 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= 9
+SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
NO_LINT=
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index d55b339eb383..ce9771450435 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ssl
-SHLIB_MAJOR= 9
+SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
NO_LINT=