diff options
author | tb <> | 2022-01-14 09:15:08 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 09:15:08 +0000 |
commit | f52d2cee4715037e45c2b5537d5770ec104d2c04 (patch) | |
tree | ab560e20b16a1e5fe2bbb8b364af64f274174c9e /src | |
parent | 647c998cb310d68255f1257781c0f0dc1f22f5dd (diff) | |
download | openbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.tar.gz openbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.tar.bz2 openbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.zip |
bump libcrypto, libssl, libtls majors after struct visibility changes
and Symbol addition and removal in libcrypto.
Diffstat (limited to 'src')
-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 16849ed76b..00fc66eb50 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=48 | 2 | major=49 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 088439a335..f326ddcde2 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=51 | 2 | major=52 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index df4de0fc4d..906022aa66 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=23 | 1 | major=24 |
2 | minor=0 | 2 | minor=0 |