ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)
authorDr. Stephen Henson <steve@openssl.org>
Wed, 6 Jan 2010 13:21:08 +0000 (13:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 6 Jan 2010 13:21:08 +0000 (13:21 +0000)
crypto/engine/engine.h

index 9bc8a313a4888b2a2f44259759343ab357ceb148..f288a386852c4e806e509d1ae5202f265b3c7673 100644 (file)
@@ -335,11 +335,7 @@ 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