Revision db8334be06a6573203f29d12f00f45ed69a987cc authored by Matt Caswell on 19 March 2015, 13:47:27 UTC, committed by Matt Caswell on 19 March 2015, 13:47:27 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent fcc5e89
fips_err.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy = &dummy;
#endif

Computing file changes ...