summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
diff options
context:
space:
mode:
authorjsing <>2014-05-15 11:25:59 +0000
committerjsing <>2014-05-15 11:25:59 +0000
commitc7bee58156162d7faa5269011e51ac838785e058 (patch)
tree4078bf8f263de532edeec77893de1074e0ff73ae /src/lib/libcrypto/bn
parent8b25899b4c04e7b25fb2318b51b6390f9d5474e8 (diff)
downloadopenbsd-c7bee58156162d7faa5269011e51ac838785e058.tar.gz
openbsd-c7bee58156162d7faa5269011e51ac838785e058.tar.bz2
openbsd-c7bee58156162d7faa5269011e51ac838785e058.zip
Stop being a dummy... presumably these are left overs from pedantic mode
that were not wrapped with #if PEDANTIC. ok miod@
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,