~ubuntu-branches/ubuntu/trusty/openssl/trusty

1
2
3
4
5
6
7
#include <openssl/opensslconf.h>

#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif