Pull FIPS back into stable.
This commit is contained in:
7
fips/fips_err_wrapper.c
Normal file
7
fips/fips_err_wrapper.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