Revision e498b83fed7025eeacb4dd2ad183c3f6236467b2 authored by Matt Caswell on 21 January 2015, 23:54:59 UTC, committed by Matt Caswell on 22 January 2015, 09:38:30 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 2e4d15f
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif

Computing file changes ...