Revision ead95e760c04bb9445793f5f57eec073b507f891 authored by Matt Caswell on 22 January 2015, 10:42:48 UTC, committed by Matt Caswell on 22 January 2015, 14:17:02 UTC
Reviewed-by: Andy Polyakov <appro@openssl.org> Conflicts: crypto/pem/pem.h Conflicts: crypto/pem/pem.h
1 parent 02f0c26
fips_err.c
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy = &dummy;
#endif

Computing file changes ...