diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-09-13 23:42:30 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-09-13 23:42:30 +0000 |
commit | d2bd05d675029ab35bb62f2e2763f62cf737a281 (patch) | |
tree | e9c419c28f2d9cd6c67eb638c29252607a39aeb0 /lib | |
parent | e2a4b90263ff96cb39366897fa71dbdebe41a29e (diff) |
Crank major version due to removal of SHA-0 and MD4 from libcrypto.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/crypto/shlib_version | 4 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 4 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version index 7d59659df12..bd6f8d0a1e7 100644 --- a/lib/libcrypto/crypto/shlib_version +++ b/lib/libcrypto/crypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! -major=35 -minor=1 +major=36 +minor=0 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index 6b407c79383..e6e0d98f905 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! -major=36 -minor=1 +major=37 +minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 00604e64e7d..1c5d96eb2aa 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=8 -minor=1 +major=9 +minor=0 |