ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)
This commit is contained in:
parent
1f23001d07
commit
f8e1ab79f5
1 changed files with 0 additions and 4 deletions
|
@ -335,11 +335,7 @@ void ENGINE_load_nuron(void);
|
||||||
void ENGINE_load_sureware(void);
|
void ENGINE_load_sureware(void);
|
||||||
void ENGINE_load_ubsec(void);
|
void ENGINE_load_ubsec(void);
|
||||||
void ENGINE_load_padlock(void);
|
void ENGINE_load_padlock(void);
|
||||||
#ifdef OPENSSL_SYS_WIN32
|
|
||||||
#ifndef OPENSSL_NO_CAPIENG
|
|
||||||
void ENGINE_load_capi(void);
|
void ENGINE_load_capi(void);
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_GMP
|
#ifndef OPENSSL_NO_GMP
|
||||||
void ENGINE_load_gmp(void);
|
void ENGINE_load_gmp(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue