diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-11-02 13:52:55 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-11-02 13:52:55 +0000 |
commit | 804264fb882c7fb7088e187e84b84ef5a66b2131 (patch) | |
tree | 4c3e5bb65bf3f7820db73cfd08395718687efd8e /lib | |
parent | 3dea4e2e0b8d95f017544fdf587cb9d3cf35becf (diff) |
Bump libcrypto, libssl and libtls minors due to symbol additions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index b2f00214003..6f38b0ecb5c 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=46 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index fcdee2f67e3..8347cbd6d21 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=48 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index a5757c1bcc6..dc34974a494 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=20 -minor=0 +minor=1 |