efi-boot-shim/Cryptlib/OpenSSL/crypto/fips_err.c
Gary Ching-Pang Lin 5cbe75a3fa Update openssl to 0.9.8zb
Also update to Tiano Cryptlib r15802 and remove the execute mode
bits from the C and header files of openssl
2014-08-19 14:20:23 -04:00

8 lines
117 B
C

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