Revision 7f6e09b5316928a9da24d2f695d1885a26dd38ec authored by Dr. Stephen Henson on 03 February 2014, 14:13:04 UTC, committed by Dr. Stephen Henson on 03 February 2014, 14:13:04 UTC
1 parent e2f0680
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif

Computing file changes ...