summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-22 17:37:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-22 17:37:47 +0000
commit01cb2049e31880b1400b62115121ed66ec0dc46c (patch)
tree10c7b3c63a65234e83da75a8ec64e23b7b602b68 /crypto
parenta224fe14e92e6d49ee1fb1c4eafbe224da3a677a (diff)
Update from 1.0.0-stable.
Diffstat (limited to 'crypto')
-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 f503595ece..c795d5c5c4 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -339,9 +339,11 @@ void ENGINE_load_ubsec(void);
void ENGINE_load_cryptodev(void);
void ENGINE_load_padlock(void);
void ENGINE_load_builtin_engines(void);
+#ifdef OPENSSL_SYS_WIN32
#ifndef OPENSSL_NO_CAPIENG
void ENGINE_load_capi(void);
#endif
+#endif
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
* "registry" handling. */