diff options
| author | jsing <> | 2014-05-15 11:25:59 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-15 11:25:59 +0000 |
| commit | 113c8b845890ab77c9f7ff5486485585103e9005 (patch) | |
| tree | 4078bf8f263de532edeec77893de1074e0ff73ae /src/lib/libcrypto/bn | |
| parent | f651a0236f639a39490dec174c8eff6e7236f8a8 (diff) | |
| download | openbsd-113c8b845890ab77c9f7ff5486485585103e9005.tar.gz openbsd-113c8b845890ab77c9f7ff5486485585103e9005.tar.bz2 openbsd-113c8b845890ab77c9f7ff5486485585103e9005.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, |
