summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorreyk <>2015-11-02 15:41:59 +0000
committerreyk <>2015-11-02 15:41:59 +0000
commit3e83e3447850ec0c881cab6fe7a4b6462c570686 (patch)
treec61e68500ae4ebb8d4047d8e39452dcc2e2f099d /src/lib
parentb743c75edf0dc70962a2ed0c5221ecb8841d7525 (diff)
downloadopenbsd-3e83e3447850ec0c881cab6fe7a4b6462c570686.tar.gz
openbsd-3e83e3447850ec0c881cab6fe7a4b6462c570686.tar.bz2
openbsd-3e83e3447850ec0c881cab6fe7a4b6462c570686.zip
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
OK jsing@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/crypto/shlib_version2
-rw-r--r--src/lib/libcrypto/shlib_version2
-rw-r--r--src/lib/libssl/shlib_version2
-rw-r--r--src/lib/libssl/ssl/shlib_version2
-rw-r--r--src/lib/libtls/shlib_version2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version
index bd6f8d0a1e..759846c21a 100644
--- a/src/lib/libcrypto/crypto/shlib_version
+++ b/src/lib/libcrypto/crypto/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libssl and libtls the same type of bump! 1# Don't forget to give libssl and libtls the same type of bump!
2major=36 2major=36
3minor=0 3minor=1
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index bd6f8d0a1e..759846c21a 100644
--- a/src/lib/libcrypto/shlib_version
+++ b/src/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libssl and libtls the same type of bump! 1# Don't forget to give libssl and libtls the same type of bump!
2major=36 2major=36
3minor=0 3minor=1
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index e6e0d98f90..c04c87bba8 100644
--- a/src/lib/libssl/shlib_version
+++ b/src/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=37 2major=37
3minor=0 3minor=1
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version
index e6e0d98f90..c04c87bba8 100644
--- a/src/lib/libssl/ssl/shlib_version
+++ b/src/lib/libssl/ssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=37 2major=37
3minor=0 3minor=1
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 1c5d96eb2a..7ff575df80 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=9 1major=9
2minor=0 2minor=1