aboutsummaryrefslogtreecommitdiff
path: root/engines/e_capi.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
committerAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
commit492279f6f3acaa5365fbb41e4296f87569e4a8f2 (patch)
tree0e22e331ff48eddd3b5b37955de3ffb98e040d73 /engines/e_capi.c
parent3ad74edce83f058d95a205c9c2bc344f31cf4bbe (diff)
downloadopenssl-492279f6f3acaa5365fbb41e4296f87569e4a8f2.zip
openssl-492279f6f3acaa5365fbb41e4296f87569e4a8f2.tar.gz
openssl-492279f6f3acaa5365fbb41e4296f87569e4a8f2.tar.bz2
AIX build updates.
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r--engines/e_capi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c
index 3a291f0..e98946c 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -1771,4 +1771,11 @@ static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
#endif
#endif
+#else /* !WIN32 */
+#include <openssl/engine.h>
+#ifndef OPENSSL_NO_DYNAMIC_ENGINE
+OPENSSL_EXPORT
+int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
+IMPLEMENT_DYNAMIC_CHECK_FN()
+#endif
#endif