From: Dr. Stephen Henson Date: Wed, 6 Jan 2010 13:21:08 +0000 (+0000) Subject: ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32) X-Git-Tag: OpenSSL-fips-2_0-rc1~1364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8e1ab79f59162a3d822c10f6136b49e3327c71f;p=openssl ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32) --- diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 9bc8a313a4..f288a38685 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -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