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/rsa/rsa_depr.c | |
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/rsa/rsa_depr.c')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_depr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_depr.c b/src/lib/libcrypto/rsa/rsa_depr.c index a859ded987..1da0dd9087 100644 --- a/src/lib/libcrypto/rsa/rsa_depr.c +++ b/src/lib/libcrypto/rsa/rsa_depr.c | |||
@@ -62,11 +62,7 @@ | |||
62 | #include <openssl/bn.h> | 62 | #include <openssl/bn.h> |
63 | #include <openssl/rsa.h> | 63 | #include <openssl/rsa.h> |
64 | 64 | ||
65 | #ifdef OPENSSL_NO_DEPRECATED | 65 | #ifndef OPENSSL_NO_DEPRECATED |
66 | |||
67 | static void *dummy=&dummy; | ||
68 | |||
69 | #else | ||
70 | 66 | ||
71 | RSA *RSA_generate_key(int bits, unsigned long e_value, | 67 | RSA *RSA_generate_key(int bits, unsigned long e_value, |
72 | void (*callback)(int,int,void *), void *cb_arg) | 68 | void (*callback)(int,int,void *), void *cb_arg) |