diff options
author | beck <> | 2018-03-17 16:20:01 +0000 |
---|---|---|
committer | beck <> | 2018-03-17 16:20:01 +0000 |
commit | d18ae25f28e72831dc3c51f78e0735342540098b (patch) | |
tree | 12cc674e7652f4d67e57ec9e1882e6e824b4808d /src/lib/libcrypto/Symbols.list | |
parent | 736fdc7bedf7fe8b17717032f7380c5c6e247d0d (diff) | |
download | openbsd-d18ae25f28e72831dc3c51f78e0735342540098b.tar.gz openbsd-d18ae25f28e72831dc3c51f78e0735342540098b.tar.bz2 openbsd-d18ae25f28e72831dc3c51f78e0735342540098b.zip |
Bring in compatibility for OpenSSL 1.1 style init functions.
This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well
thread safety modifications for the existing LibreSSL init
functions. The initialization routines are called automatically
by the normal entry points into the library, as in newer OpenSSL
ok jsing@, nits by tb@ and deraadt@
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 8931abaf52..eb22f62278 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -1898,6 +1898,7 @@ OPENSSL_cpu_caps | |||
1898 | OPENSSL_cpuid_setup | 1898 | OPENSSL_cpuid_setup |
1899 | OPENSSL_ia32cap_P | 1899 | OPENSSL_ia32cap_P |
1900 | OPENSSL_init | 1900 | OPENSSL_init |
1901 | OPENSSL_init_crypto | ||
1901 | OPENSSL_load_builtin_modules | 1902 | OPENSSL_load_builtin_modules |
1902 | OPENSSL_no_config | 1903 | OPENSSL_no_config |
1903 | OPENSSL_strcasecmp | 1904 | OPENSSL_strcasecmp |