diff options
author | tb <> | 2024-03-02 11:41:53 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:41:53 +0000 |
commit | cf220f1f94cc80fb953d9dd88c042558052815b7 (patch) | |
tree | 23264319404aa5f33e560fcb550444317b56e7c1 | |
parent | a83b4bd39ca0e2a42e120c9b9acc944a512d0449 (diff) | |
download | openbsd-cf220f1f94cc80fb953d9dd88c042558052815b7.tar.gz openbsd-cf220f1f94cc80fb953d9dd88c042558052815b7.tar.bz2 openbsd-cf220f1f94cc80fb953d9dd88c042558052815b7.zip |
crank libcrypto major
There were symbol addition, removal, function signature changes and
struct visibility changes.
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 41c861f744..9ef118abb7 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=52 | 2 | major=53 |
3 | minor=0 | 3 | minor=0 |