Revision 66a1ccf494b8fe1b842cd7bdda2d1a025d325753 authored by Richard Levitte on 08 December 2015, 00:01:13 UTC, committed by Richard Levitte on 08 December 2015, 11:07:22 UTC
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit c44844d928ad3c471c8dbe8baf2df8957900125b)
1 parent 777adea
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy = &dummy;
#endif

Computing file changes ...