]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/fips_err.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / fips_err.c
CommitLineData
bbefea33
DSH
1#include <openssl/opensslconf.h>
2
3#ifdef OPENSSL_FIPS
4# include "fips_err.h"
5#else
40720ce3 6static void *dummy = &dummy;
bbefea33 7#endif