diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:41:54 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:41:54 +0000 |
commit | d597f0a24f40926e022cee3044af0cbde350695f (patch) | |
tree | 6c2501215de77ed64ec393d6907e5f8604f485e0 /lib/libcrypto | |
parent | a8b3e551d7256b01f4691d5cadba8f11e97471a8 (diff) |
crank libcrypto major
There were symbol addition, removal, function signature changes and
struct visibility changes.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 41c861f744f..9ef118abb7c 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=52 +major=53 minor=0 |