summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2015-12-09 14:11:03 +0000
committerbcook <>2015-12-09 14:11:03 +0000
commitc6ba626cfed3a2180a45e508f49cd6be29a0e46c (patch)
treec5b587e403429e530b23a0cd03fc69453a06be09
parent3b38beae4913121962004a094d64b29030a1ba28 (diff)
downloadopenbsd-c6ba626cfed3a2180a45e508f49cd6be29a0e46c.tar.gz
openbsd-c6ba626cfed3a2180a45e508f49cd6be29a0e46c.tar.bz2
openbsd-c6ba626cfed3a2180a45e508f49cd6be29a0e46c.zip
bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change
ok jsing@, deraadt@, beck@
-rw-r--r--src/lib/libcrypto/crypto/shlib_version4
-rw-r--r--src/lib/libcrypto/shlib_version4
-rw-r--r--src/lib/libssl/shlib_version4
-rw-r--r--src/lib/libssl/ssl/shlib_version4
-rw-r--r--src/lib/libtls/shlib_version4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version
index 759846c21a..f6d7b3b516 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=37
3minor=1 3minor=0
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index 759846c21a..f6d7b3b516 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=37
3minor=1 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index c04c87bba8..c933f849ca 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=38
3minor=1 3minor=0
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version
index c04c87bba8..c933f849ca 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=38
3minor=1 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 7ff575df80..c10074d52a 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=9 1major=10
2minor=1 2minor=0