From f90aa7fd570623b38b0d7d0fe97d13b9672e581e Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Mon, 27 Sep 2010 12:15:42 -1000 Subject: [PATCH] Bump SHLIB_MAJOR for libssl and libcrypto. The latest OpenSSL upgrade caused some issues with existing 3rd-party binaries. To get those programs to use the new OpenSSL, they'll need to be relinked against the new libraries. --- 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 9317ca0587..ed1802f18b 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -2,7 +2,7 @@ # $DragonFly: src/secure/lib/libcrypto/Makefile,v 1.11 2008/09/06 20:42:53 pavalos Exp $ LIB= crypto -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 NOLINT= true diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 022b3519ae..1b08d8c19e 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -2,7 +2,7 @@ # $DragonFly: src/secure/lib/libssl/Makefile,v 1.6 2006/09/06 12:40:54 corecode Exp $ LIB= ssl -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 WARNS?= 2 NOLINT= true -- 2.41.0