diff options
author | kris <kris@FreeBSD.org> | 2001-03-08 07:57:49 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-08 07:57:49 +0000 |
commit | 3fd8acfffe7e53209830a56f5fe8d05b422a36ec (patch) | |
tree | 291090c0724c193126f612a24a44707a5727155a /secure | |
parent | f34104936c24563da737429e494d1c169dff0eb4 (diff) | |
download | FreeBSD-src-3fd8acfffe7e53209830a56f5fe8d05b422a36ec.zip FreeBSD-src-3fd8acfffe7e53209830a56f5fe8d05b422a36ec.tar.gz |
MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 3afc25e..03e1c43 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 diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 623c06e..2429d77 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -7,7 +7,7 @@ LCRYPTOSSL_SRC=${LCRYPTO_SRC}/../ssl .PATH: ${LCRYPTOSSL_SRC} LIB= ssl -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 MAINTAINER= kris |