diff options
Diffstat (limited to 'openssl/crypto/fips_ers.c')
-rw-r--r-- | openssl/crypto/fips_ers.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openssl/crypto/fips_ers.c b/openssl/crypto/fips_ers.c new file mode 100644 index 000000000..09f11748f --- /dev/null +++ b/openssl/crypto/fips_ers.c @@ -0,0 +1,7 @@ +#include <openssl/opensslconf.h> + +#ifdef OPENSSL_FIPS +# include "fips_err.h" +#else +static void *dummy=&dummy; +#endif |