Fix warning.
This commit is contained in:
parent
c029841e36
commit
33cc07f79a
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user