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/dh | |
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/dh')
-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) |