From f8e1ab79f59162a3d822c10f6136b49e3327c71f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 6 Jan 2010 13:21:08 +0000 Subject: ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32) --- crypto/engine/engine.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crypto/engine/engine.h') 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 -- cgit v1.2.3