summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r--src/lib/libcrypto/bn/bn_depr.c2
1 files changed, 0 insertions, 2 deletions
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 @@
62#include "bn_lcl.h" 62#include "bn_lcl.h"
63#include <openssl/rand.h> 63#include <openssl/rand.h>
64 64
65static void *dummy = &dummy;
66
67#ifndef OPENSSL_NO_DEPRECATED 65#ifndef OPENSSL_NO_DEPRECATED
68BIGNUM * 66BIGNUM *
69BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, 67BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add,