AIX build updates [from HEAD].
[openssl.git] / engines / e_capi.c
index 7a7064c216a834053b0c006c5a724ea935e9d6fd..ae0e83746f1e3738c515cf9f2b4d18f9724093d2 100644 (file)
@@ -1770,5 +1770,12 @@ 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