diff options
author | tb <> | 2023-03-10 16:45:50 +0000 |
---|---|---|
committer | tb <> | 2023-03-10 16:45:50 +0000 |
commit | fade9f4f04b548ca781e7f632f1d2cbed088db59 (patch) | |
tree | c48478e0bed2fe42a75c0a72aeeb535de8bb07ce | |
parent | 762192f5a39b5b40da41f0b0d0cf4dad0e61ee8d (diff) | |
download | openbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.tar.gz openbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.tar.bz2 openbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.zip |
Crankl libcrypto/libssl/libtls minors after symbol addition
-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 9b6fe84f50..49cfcaaf31 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=50 | 2 | major=50 |
3 | minor=1 | 3 | minor=2 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 5e56c7549b..574d7e57e9 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=53 | 2 | major=53 |
3 | minor=1 | 3 | minor=2 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 72168dfd16..34aa186fe4 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=26 | 1 | major=26 |
2 | minor=1 | 2 | minor=2 |