mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
effaf4dee9
This also closes RT 4123 Reviewed-by: Richard Levitte <levitte@openssl.org>
8 lines
118 B
C
8 lines
118 B
C
#include <openssl/opensslconf.h>
|
|
|
|
#ifndef OPENSSL_FIPS
|
|
NON_EMPTY_TRANSLATION_UNIT
|
|
#else
|
|
# include "fips_err.h"
|
|
#endif
|