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:20:52 +0000 (13:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 6 Jan 2010 13:20:52 +0000 (13:20 +0000)
crypto/engine/engine.h

index c411806066b9b65c09a8e579ce0c264b13bf2ed4..9fff3e356f2c160e22971d95f167bb1d662f0fd5 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