Revision 95605f3ae1ec8857e8cb612ce35805a3b0207d21 authored by Matt Caswell on 28 January 2016, 13:57:22 UTC, committed by Matt Caswell on 28 January 2016, 13:57:22 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent f26a179
Raw File
fips_ers.c
#include <openssl/opensslconf.h>

#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy = &dummy;
#endif
back to top