diff options
author | jsing <> | 2014-05-15 11:25:59 +0000 |
---|---|---|
committer | jsing <> | 2014-05-15 11:25:59 +0000 |
commit | c7bee58156162d7faa5269011e51ac838785e058 (patch) | |
tree | 4078bf8f263de532edeec77893de1074e0ff73ae /src/lib/libcrypto/bn | |
parent | 8b25899b4c04e7b25fb2318b51b6390f9d5474e8 (diff) | |
download | openbsd-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.c | 2 |
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 | ||
65 | static void *dummy = &dummy; | ||
66 | |||
67 | #ifndef OPENSSL_NO_DEPRECATED | 65 | #ifndef OPENSSL_NO_DEPRECATED |
68 | BIGNUM * | 66 | BIGNUM * |
69 | BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, | 67 | BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, |