Check SRP parameters early.
[openssl.git] / engines / e_gmp.c
index c1f5601b62b34f18a36cd6624a3b3e5430bb8eb7..a3d47151ea154b9ed967a9b057589f7c64e95672 100644 (file)
@@ -471,6 +471,8 @@ static int bind_fn(ENGINE *e, const char *id)
 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
 #else
 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; }
 #endif
 #endif /* !OPENSSL_NO_DYNAMIC_ENGINE */