Fix warning.
authorBen Laurie <ben@openssl.org>
Sat, 1 Feb 2003 20:55:29 +0000 (20:55 +0000)
committerBen Laurie <ben@openssl.org>
Sat, 1 Feb 2003 20:55:29 +0000 (20:55 +0000)
crypto/engine/engine.h
crypto/evp/c_all.c

index 43500a86767bc03403fafcccdfae54a111977c2d..f56c1c67ee0eb890e2891526e82c573563e7c90e 100644 (file)
@@ -685,6 +685,9 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
  * values. */
 void *ENGINE_get_static_state(void);
 
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
+void ENGINE_setup_bsd_cryptodev(void);
+#endif
 
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
index af3dd261629a7184888c54aaa32f6f07a7ca009b..19737f39f634d35674b1040f4149e31d3da56ac8 100644 (file)
@@ -59,6 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
+#include <openssl/engine.h>
 
 #if 0
 #undef OpenSSL_add_all_algorithms