diff options
author | miod <> | 2015-09-13 10:02:49 +0000 |
---|---|---|
committer | miod <> | 2015-09-13 10:02:49 +0000 |
commit | 12350069f382f5c9604542a187f5f13cdc426704 (patch) | |
tree | 360415740c3bcfc8c18a28a02f9843f406141836 /src/lib/libcrypto/crypto | |
parent | 86b9c46552e3f57d558ae8570ed33059e9418153 (diff) | |
download | openbsd-12350069f382f5c9604542a187f5f13cdc426704.tar.gz openbsd-12350069f382f5c9604542a187f5f13cdc426704.tar.bz2 openbsd-12350069f382f5c9604542a187f5f13cdc426704.zip |
Add a new interface, OPENSSL_cpu_caps(), to return the currently running
cpu's specific hardware capabilities users of libcrypto might be interested
in, as an integer value. This deprecates the existing OPENSSL_ia32cap()
macro and the OPENSSL_ia32cap_loc() function (which returns the pointer so
that you can mess with stuff you shouldn't mess with).
Interpreting the value returned by OPENSSL_cpu_caps() is, of course,
machine-dependent.
Minor version bump for libcrypto.
ok beck@ jsing@
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index db69fac89e..7d59659df1 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=35 | 2 | major=35 |
3 | minor=0 | 3 | minor=1 |