diff options
author | miod <> | 2014-09-27 12:29:31 +0000 |
---|---|---|
committer | miod <> | 2014-09-27 12:29:31 +0000 |
commit | 4417c3b663faa9ba2df0679c98296e60d4b3d91c (patch) | |
tree | b367647c4d7c4e2b0080e6e9c68b76587bda1aa2 /src/lib/libcrypto/shlib_version | |
parent | 7f0d86e56a07e6231d5e17e51ff5df4387001c7c (diff) | |
download | openbsd-4417c3b663faa9ba2df0679c98296e60d4b3d91c.tar.gz openbsd-4417c3b663faa9ba2df0679c98296e60d4b3d91c.tar.bz2 openbsd-4417c3b663faa9ba2df0679c98296e60d4b3d91c.zip |
Disable assembler code for ghash on hppa, causes wrong computations in some
cases and breaks TLS 1.2; crank libcrypto.so minor version out of safety and
to be able to tell broken versions apart easily.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 079346fa7b..10f084cda1 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=30 | 1 | major=30 |
2 | minor=0 | 2 | minor=1 |