]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssl/crypto/fips_ers.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / openssl / crypto / fips_ers.c
1 #include <openssl/opensslconf.h>
2
3 #ifdef OPENSSL_FIPS
4 # include "fips_err.h"
5 #else
6 static void *dummy=&dummy;
7 #endif