From 113c8b845890ab77c9f7ff5486485585103e9005 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/bn/bn_depr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/bn_depr.c b/src/lib/libcrypto/bn/bn_depr.c index e4d7f33967..6da0d7cb22 100644 --- a/src/lib/libcrypto/bn/bn_depr.c +++ b/src/lib/libcrypto/bn/bn_depr.c @@ -62,8 +62,6 @@ #include "bn_lcl.h" #include -static void *dummy = &dummy; - #ifndef OPENSSL_NO_DEPRECATED BIGNUM * BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, -- cgit v1.2.3-55-g6feb