aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-06 13:21:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-06 13:21:08 +0000
commitf8e1ab79f59162a3d822c10f6136b49e3327c71f (patch)
treecc5682ede0837446590b06ebc40d29e6e2805ccb /crypto/engine/engine.h
parent1f23001d0704aa63bd399bd2c108c99541c87448 (diff)
downloadopenssl-f8e1ab79f59162a3d822c10f6136b49e3327c71f.tar.gz
ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)
Diffstat (limited to 'crypto/engine/engine.h')
-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 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