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