aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-03 11:26:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-03 11:26:27 +0000
commit59d2d48f6470b6ef5e8c385c34dea1f253bfed62 (patch)
tree4fd21cd45361a1adadf65c8913ffa8f56ef52054 /crypto/engine/engine.h
parentb3c8dd4eabc92a5fc742b3b4e8af492f40098500 (diff)
downloadopenssl-59d2d48f6470b6ef5e8c385c34dea1f253bfed62.tar.gz
Add support for client cert engine setting in s_client app.
Add appropriate #ifdefs round client cert functions in headers.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 1f72b1613e..a7e0f2e1ab 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -334,6 +334,9 @@ void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
void ENGINE_load_padlock(void);
+#ifndef OPENSSL_NO_CAPIENG
+void ENGINE_load_capi(void);
+#endif
#ifndef OPENSSL_NO_GMP
void ENGINE_load_gmp(void);
#endif
@@ -343,9 +346,6 @@ void ENGINE_load_gost(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_builtin_engines(void);
-#ifndef OPENSSL_NO_CAPIENG
-void ENGINE_load_capi(void);
-#endif
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
* "registry" handling. */