efi-boot-shim/Cryptlib/OpenSSL/crypto/fips_ers.c
2017-09-13 12:09:40 -07:00

8 lines
119 B
C

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