Revision 204fb36a0e61c29a0419b10f3c76555e487fa7d0 authored by Matt Caswell on 06 August 2014, 21:19:10 UTC, committed by Matt Caswell on 06 August 2014, 21:19:10 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent 2b45603
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif

Computing file changes ...