diff options
author | 2015-11-02 15:41:59 +0000 | |
---|---|---|
committer | 2015-11-02 15:41:59 +0000 | |
commit | eeacc776f4a0615fd7b3ec0bd5059ffb78c07400 (patch) | |
tree | 45311e22f60927a67f219983952cff838bcd0936 /lib/libssl | |
parent | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, (diff) | |
download | wireguard-openbsd-eeacc776f4a0615fd7b3ec0bd5059ffb78c07400.tar.xz wireguard-openbsd-eeacc776f4a0615fd7b3ec0bd5059ffb78c07400.zip |
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
OK jsing@
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index e6e0d98f905..c04c87bba8e 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=37 -minor=0 +minor=1 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index e6e0d98f905..c04c87bba8e 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=37 -minor=0 +minor=1 |