422196759f
Same rationale as the previous commits.
7 lines
119 B
C
7 lines
119 B
C
#include <openssl/opensslconf.h>
|
|
|
|
#ifdef OPENSSL_FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy = &dummy;
|
|
#endif
|