efi-boot-shim/Cryptlib/OpenSSL/crypto/fips_ers.c
2021-03-23 23:49:46 +00:00

8 lines
119 B
C

#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy = &dummy;
#endif