efi-boot-shim/Cryptlib/OpenSSL/crypto/fips_ers.c
2016-07-26 12:02:18 -04:00

8 lines
119 B
C

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