From 81ddd8285354db9e6e5b44fa7545cdc168a2eb83 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 8 Mar 2001 07:57:49 +0000 Subject: [PATCH] MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6 --- secure/lib/libcrypto/Makefile | 2 +- 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 3afc25e8d2e..03e1c43dd54 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 623c06ec390..2429d774d14 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