Revision 8c4e09f74fa7dafd766f35cb7cc65884989f0ab0 authored by Ben Laurie on 09 February 2014, 19:31:07 UTC, committed by Ben Laurie on 09 February 2014, 19:31:07 UTC
1 parent e32cbae
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif

Computing file changes ...