summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_depr.c
diff options
context:
space:
mode:
authorjsing <>2014-05-15 11:25:59 +0000
committerjsing <>2014-05-15 11:25:59 +0000
commit113c8b845890ab77c9f7ff5486485585103e9005 (patch)
tree4078bf8f263de532edeec77893de1074e0ff73ae /src/lib/libcrypto/dh/dh_depr.c
parentf651a0236f639a39490dec174c8eff6e7236f8a8 (diff)
downloadopenbsd-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.c2
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
64static void *dummy=&dummy;
65
66#ifndef OPENSSL_NO_DEPRECATED 64#ifndef OPENSSL_NO_DEPRECATED
67DH *DH_generate_parameters(int prime_len, int generator, 65DH *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)