diff options
author | jsing <> | 2016-12-21 16:52:48 +0000 |
---|---|---|
committer | jsing <> | 2016-12-21 16:52:48 +0000 |
commit | 21f4c835d65963db82ada357b208e22fec957378 (patch) | |
tree | 4e81181e488f4e098672d3a5b083f79b184531b3 | |
parent | ca7fa198ffeaf731bf83db78854df9c9937126fe (diff) | |
download | openbsd-21f4c835d65963db82ada357b208e22fec957378.tar.gz openbsd-21f4c835d65963db82ada357b208e22fec957378.tar.bz2 openbsd-21f4c835d65963db82ada357b208e22fec957378.zip |
Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and
changes to libssl non-opaque structs.
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index e696dee87b..bee38956cd 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=40 | 2 | major=41 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 417efb750a..639844c61e 100644 --- a/src/lib/libssl/shlib_version +++ b/src/lib/libssl/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libtls the same type of bump! | 1 | # Don't forget to give libtls the same type of bump! |
2 | major=41 | 2 | major=42 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 262f3bc13b..d85251eba7 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=13 | 1 | major=14 |
2 | minor=0 | 2 | minor=0 |