OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
fips_ers.c
Go to the documentation of this file.
1 #include <openssl/opensslconf.h>
2 
3 #ifdef OPENSSL_FIPS
4 # include "fips_err.h"
5 #else
6 static void *dummy=&dummy;
7 #endif