diff options
author | jsing <> | 2014-06-24 18:13:50 +0000 |
---|---|---|
committer | jsing <> | 2014-06-24 18:13:50 +0000 |
commit | a0b10a7944bae4539311db98c50470f6201f3539 (patch) | |
tree | e8c14bec5b2591914b938b7e7ec2f0a9d0d36687 /src | |
parent | 6a9c4d13fc97c0ad186e4d15839ef568659ebf6f (diff) | |
download | openbsd-a0b10a7944bae4539311db98c50470f6201f3539.tar.gz openbsd-a0b10a7944bae4539311db98c50470f6201f3539.tar.bz2 openbsd-a0b10a7944bae4539311db98c50470f6201f3539.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 |