openssl/crypto/fips_ers.c
Rich Salz effaf4dee9 Use NON_EMPTY_TRANSLATION_UNIT, consistently.
This also closes RT 4123

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-09 20:13:29 -05:00

7 lines
118 B
C

#include <openssl/opensslconf.h>
#ifndef OPENSSL_FIPS
NON_EMPTY_TRANSLATION_UNIT
#else
# include "fips_err.h"
#endif