mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
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
|