summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-06 13:20:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-06 13:20:52 +0000
commit2708603bb46853706eb5c276e506a4323c8cce9e (patch)
tree374aa840fcc2c385b8e47e09b86c71c260b3bb24 /crypto/engine
parente4f1cda7dec46383faaa9c9945f0ddd9d1b8b75c (diff)
ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index c411806066..9fff3e356f 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