diff options
author | millert <> | 2002-12-03 06:39:39 +0000 |
---|---|---|
committer | millert <> | 2002-12-03 06:39:39 +0000 |
commit | 5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b (patch) | |
tree | e001ec81e23f21daff669b19a941c987487a57ae /src/lib/libssl/ssl | |
parent | 4affa22d97e7ea069b70bc4be601b8da989a17b8 (diff) | |
download | openbsd-5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b.tar.gz openbsd-5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b.tar.bz2 openbsd-5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b.zip |
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 'src/lib/libssl/ssl')
-rw-r--r-- | src/lib/libssl/ssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | major=6 | 1 | major=7 |
2 | minor=0 | 2 | minor=0 |