Revision 6287fa53962a88881be5b5b8939491c384e0bdd2 authored by Dr. Stephen Henson on 07 January 2009, 10:50:54 UTC, committed by Dr. Stephen Henson on 07 January 2009, 10:50:54 UTC
1 parent a00c3c4
Raw File
fips_err.c
#include <openssl/opensslconf.h>

#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif
back to top