diff options
author | 2014-06-24 18:13:50 +0000 | |
---|---|---|
committer | 2014-06-24 18:13:50 +0000 | |
commit | c2424a461f4497e8c4fbf7fa269d389eadff81cd (patch) | |
tree | be886c9cba6458defc0ee3219960940901d5c74e | |
parent | If a chacha operation does not consume all of the generated key stream, (diff) | |
download | wireguard-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_version | 2 | ||||
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
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 |