From c7bee58156162d7faa5269011e51ac838785e058 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 15 May 2014 11:25:59 +0000 Subject: Stop being a dummy... presumably these are left overs from pedantic mode that were not wrapped with #if PEDANTIC. ok miod@ --- src/lib/libcrypto/rsa/rsa_depr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/rsa') diff --git a/src/lib/libcrypto/rsa/rsa_depr.c b/src/lib/libcrypto/rsa/rsa_depr.c index a859ded987..1da0dd9087 100644 --- a/src/lib/libcrypto/rsa/rsa_depr.c +++ b/src/lib/libcrypto/rsa/rsa_depr.c @@ -62,11 +62,7 @@ #include #include -#ifdef OPENSSL_NO_DEPRECATED - -static void *dummy=&dummy; - -#else +#ifndef OPENSSL_NO_DEPRECATED RSA *RSA_generate_key(int bits, unsigned long e_value, void (*callback)(int,int,void *), void *cb_arg) -- cgit v1.2.3-55-g6feb