diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-10-24 15:58:39 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-10-24 15:58:39 +0000 |
commit | b1265930e7433f0878413fdec53a5034f1451258 (patch) | |
tree | bab93247fc8df5ab42ab277eb8c328da89d28799 /lib/libssl | |
parent | a6e8c43b60f20b2f10254e86e853221be58a51a8 (diff) |
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
and symbol addition.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index ca411978514..fcdee2f67e3 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=47 -minor=6 +major=48 +minor=0 |