Fold threads.h into crypto.h making API public
[openssl.git] / crypto / fips_ers.c
1 #include <openssl/opensslconf.h>
2
3 #ifndef OPENSSL_FIPS
4 NON_EMPTY_TRANSLATION_UNIT
5 #else
6 # include "fips_err.h"
7 #endif