CryptoAPI engine only exists on WIN32.

This commit is contained in:
Dr. Stephen Henson
2009-04-22 17:36:45 +00:00
parent 87a0f4b92e
commit 30baeaaeab
2 changed files with 3 additions and 1 deletions

View File

@@ -335,9 +335,11 @@ void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
void ENGINE_load_padlock(void);
#ifdef OPENSSL_SYS_WIN32
#ifndef OPENSSL_NO_CAPIENG
void ENGINE_load_capi(void);
#endif
#endif
#ifndef OPENSSL_NO_GMP
void ENGINE_load_gmp(void);
#endif