mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
8 lines
117 B
C
8 lines
117 B
C
|
#include <openssl/opensslconf.h>
|
||
|
|
||
|
#ifdef OPENSSL_FIPS
|
||
|
# include "fips_err.h"
|
||
|
#else
|
||
|
static void *dummy=&dummy;
|
||
|
#endif
|