summaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-30 01:30:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-30 01:30:48 +0000
commiteb164d0b12485292faee35770a4ce2f48976aa1f (patch)
treed2db7081979b4fb034d887e51d13acddfaf695d4 /engines/e_capi.c
parent225c272193413b727cfffe2ac03a9bb5888459be (diff)
stop warnings about no previous prototype when compiling shared engines
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r--engines/e_capi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c
index 1925bad5c1..d4cfdfe4ec 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -1886,6 +1886,8 @@ static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
#include <openssl/engine.h>
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
OPENSSL_EXPORT
+int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
+OPENSSL_EXPORT
int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
IMPLEMENT_DYNAMIC_CHECK_FN()
#else