summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-22 17:36:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-22 17:36:45 +0000
commit30baeaaeab4ea577c72d83009b0bfbf9d537df41 (patch)
treeeebe701922d1e45100622e5eb00beadd99801c5b /crypto/engine
parent87a0f4b92e0a471d9956b95991e31d0df6d53b3f (diff)
CryptoAPI engine only exists on WIN32.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 0f4275ca3b..10b5d6787a 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -335,9 +335,11 @@ 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