Revision 46ebd9e3bb623d3c15ef2203038956f3f7213620 authored by Dr. Stephen Henson on 11 February 2013, 15:15:58 UTC, committed by Dr. Stephen Henson on 11 February 2013, 15:21:21 UTC
Workaround for non-compliant tar files sometimes created by "make dist".
1 parent f66db68
fips_ers.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif

Computing file changes ...