]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - crypto/openssl/crypto/fips_err.c
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / crypto / openssl / crypto / fips_err.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