Browse Source

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@
OPENBSD_5_9
miod 8 years ago
parent
commit
6937aca7bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lib/libcrypto/crypto/shlib_version

+ 1
- 1
src/lib/libcrypto/crypto/shlib_version View File

@ -1,3 +1,3 @@
# Don't forget to give libssl and libtls the same type of bump!
major=35
minor=0
minor=1

Loading…
Cancel
Save