diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-08 07:57:49 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-08 07:57:49 +0000 |
| commit | 81ddd8285354db9e6e5b44fa7545cdc168a2eb83 (patch) | |
| tree | edb2df843eabbe23d80e592dc4d652f1cb6fbdd2 /secure | |
| parent | 1f371a1617394cc92befc76a832a3aebf2ba9db3 (diff) | |
Notes
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 3afc25e8d2ef1..03e1c43dd54ec 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 623c06ec390d9..2429d774d1479 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 |
