diff options
author | tb <> | 2023-03-10 16:45:50 +0000 |
---|---|---|
committer | tb <> | 2023-03-10 16:45:50 +0000 |
commit | f3376c2fcdc55b13539733252a1f674846433164 (patch) | |
tree | c48478e0bed2fe42a75c0a72aeeb535de8bb07ce | |
parent | de89846b32f7e6422d6dcaa3df8f99e768706cac (diff) | |
download | openbsd-f3376c2fcdc55b13539733252a1f674846433164.tar.gz openbsd-f3376c2fcdc55b13539733252a1f674846433164.tar.bz2 openbsd-f3376c2fcdc55b13539733252a1f674846433164.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 |