summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-06-24 18:13:50 +0000
committerjsing <jsing@openbsd.org>2014-06-24 18:13:50 +0000
commitc2424a461f4497e8c4fbf7fa269d389eadff81cd (patch)
treebe886c9cba6458defc0ee3219960940901d5c74e
parentIf a chacha operation does not consume all of the generated key stream, (diff)
downloadwireguard-openbsd-c2424a461f4497e8c4fbf7fa269d389eadff81cd.tar.xz
wireguard-openbsd-c2424a461f4497e8c4fbf7fa269d389eadff81cd.zip
Crank libcrypto major since my previous commit changed the size of the
ChaCha context. Other changes will also ride this crank.
-rw-r--r--lib/libcrypto/crypto/shlib_version2
-rw-r--r--lib/libcrypto/shlib_version2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version
index 295c96b24e9..ade1e3940fb 100644
--- a/lib/libcrypto/crypto/shlib_version
+++ b/lib/libcrypto/crypto/shlib_version
@@ -1,2 +1,2 @@
-major=28
+major=29
minor=0
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version
index 295c96b24e9..ade1e3940fb 100644
--- a/lib/libcrypto/shlib_version
+++ b/lib/libcrypto/shlib_version
@@ -1,2 +1,2 @@
-major=28
+major=29
minor=0