Update from 1.0.0-stable.
This commit is contained in:
parent
a224fe14e9
commit
01cb2049e3
@ -339,9 +339,11 @@ void ENGINE_load_ubsec(void);
|
|||||||
void ENGINE_load_cryptodev(void);
|
void ENGINE_load_cryptodev(void);
|
||||||
void ENGINE_load_padlock(void);
|
void ENGINE_load_padlock(void);
|
||||||
void ENGINE_load_builtin_engines(void);
|
void ENGINE_load_builtin_engines(void);
|
||||||
|
#ifdef OPENSSL_SYS_WIN32
|
||||||
#ifndef OPENSSL_NO_CAPIENG
|
#ifndef OPENSSL_NO_CAPIENG
|
||||||
void ENGINE_load_capi(void);
|
void ENGINE_load_capi(void);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
|
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
|
||||||
* "registry" handling. */
|
* "registry" handling. */
|
||||||
|
@ -3657,7 +3657,7 @@ ENGINE_set_ld_ssl_clnt_cert_fn 4044 EXIST:VMS:FUNCTION:ENGINE
|
|||||||
ENGINE_get_ssl_client_cert_function 4045 EXIST:!VMS:FUNCTION:ENGINE
|
ENGINE_get_ssl_client_cert_function 4045 EXIST:!VMS:FUNCTION:ENGINE
|
||||||
ENGINE_get_ssl_client_cert_fn 4045 EXIST:VMS:FUNCTION:ENGINE
|
ENGINE_get_ssl_client_cert_fn 4045 EXIST:VMS:FUNCTION:ENGINE
|
||||||
ENGINE_load_ssl_client_cert 4046 EXIST::FUNCTION:ENGINE
|
ENGINE_load_ssl_client_cert 4046 EXIST::FUNCTION:ENGINE
|
||||||
ENGINE_load_capi 4047 EXIST::FUNCTION:CAPIENG,ENGINE
|
ENGINE_load_capi 4047 EXIST:WIN32:FUNCTION:CAPIENG,ENGINE
|
||||||
OPENSSL_isservice 4048 EXIST::FUNCTION:
|
OPENSSL_isservice 4048 EXIST::FUNCTION:
|
||||||
FIPS_dsa_sig_decode 4049 EXIST:OPENSSL_FIPS:FUNCTION:DSA
|
FIPS_dsa_sig_decode 4049 EXIST:OPENSSL_FIPS:FUNCTION:DSA
|
||||||
EVP_CIPHER_CTX_clear_flags 4050 EXIST::FUNCTION:
|
EVP_CIPHER_CTX_clear_flags 4050 EXIST::FUNCTION:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user