summaryrefslogtreecommitdiffstats
path: root/crypto/fips_ers.c
blob: ad6935f7fe961cd3e9732c649bb6bda810ec81fb (plain)
1
2
3
4
5
6
7
#include <openssl/opensslconf.h>

#ifndef OPENSSL_FIPS
NON_EMPTY_TRANSLATION_UNIT
#else
# include "fips_err.h"
#endif