diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:49:23 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:49:23 +0000 |
commit | 37fa1ea4665e0a005d516fb646cdd499718d4a2a (patch) | |
tree | 15dbd8ef64661bc7516903f93533db94cf3700d5 | |
parent | 70bee3d6e4c0087efba913c9bdfcff73acf455fc (diff) |
crank libssl major
same bump as libcrypto; symbol removal and addition
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 9416bb7a378..ac10f4cbe4b 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! -major=55 +major=56 minor=0 |