diff options
author | jsing <> | 2014-06-24 18:13:50 +0000 |
---|---|---|
committer | jsing <> | 2014-06-24 18:13:50 +0000 |
commit | 91afc44f4392a7121e212cdeccb879d5a6fe1331 (patch) | |
tree | e8c14bec5b2591914b938b7e7ec2f0a9d0d36687 /src | |
parent | 125ab32227935a33d4c3ef80e58ed8f9d7cfbe8d (diff) | |
download | openbsd-91afc44f4392a7121e212cdeccb879d5a6fe1331.tar.gz openbsd-91afc44f4392a7121e212cdeccb879d5a6fe1331.tar.bz2 openbsd-91afc44f4392a7121e212cdeccb879d5a6fe1331.zip |
Crank libcrypto major since my previous commit changed the size of the
ChaCha context. Other changes will also ride this crank.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 295c96b24e..ade1e3940f 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=28 | 1 | major=29 |
2 | minor=0 | 2 | minor=0 |
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 295c96b24e..ade1e3940f 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=28 | 1 | major=29 |
2 | minor=0 | 2 | minor=0 |