From 5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 3 Dec 2002 06:39:39 +0000 Subject: Crank all library major numbers. Needed due to the fact that we now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ --- src/lib/libssl/crypto/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libssl/crypto') diff --git a/src/lib/libssl/crypto/shlib_version b/src/lib/libssl/crypto/shlib_version index d0f0988b41..1c5d96eb2a 100644 --- a/src/lib/libssl/crypto/shlib_version +++ b/src/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ -major=8 +major=9 minor=0 -- cgit v1.2.3-55-g6feb