Commit 33cc07f7 authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix warning.

parent c029841e
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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
+1 −0
Original line number Original line Diff line number Diff line
@@ -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