summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorreyk <>2015-11-02 15:41:59 +0000
committerreyk <>2015-11-02 15:41:59 +0000
commit9b531b26eeeea735265af970dfaa4b2ecc207f35 (patch)
treec61e68500ae4ebb8d4047d8e39452dcc2e2f099d /src/lib/libc
parent3e2680fbd9dc7657b729f24a677f5ec057643aa6 (diff)
downloadopenbsd-9b531b26eeeea735265af970dfaa4b2ecc207f35.tar.gz
openbsd-9b531b26eeeea735265af970dfaa4b2ecc207f35.tar.bz2
openbsd-9b531b26eeeea735265af970dfaa4b2ecc207f35.zip
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
OK jsing@
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/crypto/shlib_version2
-rw-r--r--src/lib/libcrypto/shlib_version2
2 files changed, 2 insertions, 2 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