diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
commit | 72b4277214290796dcbf6406a8a0c62c18d8a019 (patch) | |
tree | 99094fd7b99102212c926e7846d6af6d68eb974a /lib | |
parent | 94ba5580bca98168fbdb0d81bff506930f956d7a (diff) |
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@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 9c1551636c5..5b844bbf422 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,2 +1,2 @@ -major=6 +major=7 minor=0 |