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/dh/dh_depr.c | |
| 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/dh/dh_depr.c')
| -rw-r--r-- | src/lib/libcrypto/dh/dh_depr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh_depr.c b/src/lib/libcrypto/dh/dh_depr.c index acc05f252c..15fcca72d8 100644 --- a/src/lib/libcrypto/dh/dh_depr.c +++ b/src/lib/libcrypto/dh/dh_depr.c | |||
| @@ -61,8 +61,6 @@ | |||
| 61 | #include <openssl/bn.h> | 61 | #include <openssl/bn.h> |
| 62 | #include <openssl/dh.h> | 62 | #include <openssl/dh.h> |
| 63 | 63 | ||
| 64 | static void *dummy=&dummy; | ||
| 65 | |||
| 66 | #ifndef OPENSSL_NO_DEPRECATED | 64 | #ifndef OPENSSL_NO_DEPRECATED |
| 67 | DH *DH_generate_parameters(int prime_len, int generator, | 65 | DH *DH_generate_parameters(int prime_len, int generator, |
| 68 | void (*callback)(int,int,void *), void *cb_arg) | 66 | void (*callback)(int,int,void *), void *cb_arg) |
