Initial Commit
This commit is contained in:
7
openssl-1.0.2f/crypto/fips_ers.c
Normal file
7
openssl-1.0.2f/crypto/fips_ers.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef OPENSSL_FIPS
|
||||
# include "fips_err.h"
|
||||
#else
|
||||
static void *dummy = &dummy;
|
||||
#endif
|
||||
Reference in New Issue
Block a user