aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-08 07:57:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-08 07:57:49 +0000
commit81ddd8285354db9e6e5b44fa7545cdc168a2eb83 (patch)
treeedb2df843eabbe23d80e592dc4d652f1cb6fbdd2 /secure/lib/libcrypto
parent1f371a1617394cc92befc76a832a3aebf2ba9db3 (diff)
downloadsrc-81ddd8285354db9e6e5b44fa7545cdc168a2eb83.tar.gz
src-81ddd8285354db9e6e5b44fa7545cdc168a2eb83.zip
MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6
Notes
Notes: svn path=/head/; revision=73983
Diffstat (limited to 'secure/lib/libcrypto')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 3afc25e8d2ef..03e1c43dd54e 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -30,7 +30,7 @@ PERLPATH= ${LCRYPTO_SRC}/des/asm:${LCRYPTO_SRC}/perlasm
.endif
LIB= crypto
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
MAINTAINER= kris