Fix warning.

This commit is contained in:
Ben Laurie 2003-02-01 20:55:29 +00:00
parent c029841e36
commit 33cc07f79a
2 changed files with 4 additions and 0 deletions

View File

@ -685,6 +685,9 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
* values. */ * values. */
void *ENGINE_get_static_state(void); void *ENGINE_get_static_state(void);
#if defined(__OpenBSD__) || defined(__FreeBSD__)
void ENGINE_setup_bsd_cryptodev(void);
#endif
/* BEGIN ERROR CODES */ /* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes /* The following lines are auto generated by the script mkerr.pl. Any changes

View File

@ -59,6 +59,7 @@
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/engine.h>
#if 0 #if 0
#undef OpenSSL_add_all_algorithms #undef OpenSSL_add_all_algorithms