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/ssl/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libssl/ssl/shlib_version') diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version index 9c1551636c..5b844bbf42 100644 --- a/src/lib/libssl/ssl/shlib_version +++ b/src/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ -major=6 +major=7 minor=0 -- cgit v1.2.3-55-g6feb