dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / openssl / crypto / fips_ers.c
blob1788ed288487a7a4935f51af039d49f2d56f3385
1 #include <openssl/opensslconf.h>
3 #ifdef OPENSSL_FIPS
4 # include "fips_err.h"
5 #else
6 static void *dummy = &dummy;
7 #endif