diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-14 09:15:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-14 09:15:09 +0000 |
commit | b0c6658cbd5169bc8106426bb1dc9b1df0afe031 (patch) | |
tree | 51b32aff446de592b42c6ceef8e7a79970304f3c /lib | |
parent | 5d16572b7fcd56301c5e7f54d84bd37168e359cd (diff) |
bump libcrypto, libssl, libtls majors after struct visibility changes
and Symbol addition and removal in libcrypto.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 16849ed76b0..00fc66eb50a 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! -major=48 +major=49 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 088439a3355..f326ddcde2a 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! -major=51 +major=52 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index df4de0fc4dc..906022aa66d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=23 +major=24 minor=0 |