From: tb Date: Fri, 14 Jan 2022 09:15:07 +0000 (+0000) Subject: bump libcrypto, libssl, libtls majors after struct visibility changes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=27c8f1bf2eaa22c58543a5f63d704e9ad32b0995;p=openbsd bump libcrypto, libssl, libtls majors after struct visibility changes and Symbol addition and removal in libcrypto. --- diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 16849ed76b0..00fc66eb50a 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=48 +major=49 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 088439a3355..f326ddcde2a 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=51 +major=52 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index df4de0fc4dc..906022aa66d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=23 +major=24 minor=0