summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2015-11-02 15:41:59 +0000
committerreyk <reyk@openbsd.org>2015-11-02 15:41:59 +0000
commiteeacc776f4a0615fd7b3ec0bd5059ffb78c07400 (patch)
tree45311e22f60927a67f219983952cff838bcd0936 /lib
parentAdd EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, (diff)
downloadwireguard-openbsd-eeacc776f4a0615fd7b3ec0bd5059ffb78c07400.tar.xz
wireguard-openbsd-eeacc776f4a0615fd7b3ec0bd5059ffb78c07400.zip
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
OK jsing@
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/crypto/shlib_version2
-rw-r--r--lib/libcrypto/shlib_version2
-rw-r--r--lib/libssl/shlib_version2
-rw-r--r--lib/libssl/ssl/shlib_version2
-rw-r--r--lib/libtls/shlib_version2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version
index bd6f8d0a1e7..759846c21ab 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=36
-minor=0
+minor=1
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version
index bd6f8d0a1e7..759846c21ab 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=36
-minor=0
+minor=1
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
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index 1c5d96eb2aa..7ff575df806 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
major=9
-minor=0
+minor=1