From b2d0e06f75ee5b1dc4b4f3abd168c22985731f70 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 18 Jun 2012 17:49:57 -0400 Subject: Add crypto libraries --- Cryptlib/OpenSSL/crypto/fips_err.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Cryptlib/OpenSSL/crypto/fips_err.c (limited to 'Cryptlib/OpenSSL/crypto/fips_err.c') diff --git a/Cryptlib/OpenSSL/crypto/fips_err.c b/Cryptlib/OpenSSL/crypto/fips_err.c new file mode 100755 index 00000000..09f11748 --- /dev/null +++ b/Cryptlib/OpenSSL/crypto/fips_err.c @@ -0,0 +1,7 @@ +#include + +#ifdef OPENSSL_FIPS +# include "fips_err.h" +#else +static void *dummy=&dummy; +#endif -- cgit v1.2.3