diff options
author | Roger Dingledine <arma@torproject.org> | 2003-06-10 20:50:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-06-10 20:50:56 +0000 |
commit | e75dc941a78a62067064efe9a424ea8fb2a9be00 (patch) | |
tree | 78e12339e257e9f442735768d47512ff58947832 /src/common/crypto.c | |
parent | 88634ba114589c9833163c7e158076fa621a4449 (diff) | |
download | tor-e75dc941a78a62067064efe9a424ea8fb2a9be00.tar tor-e75dc941a78a62067064efe9a424ea8fb2a9be00.tar.gz |
don't complain as much when using openssl 0.9.7a
svn:r308
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index 818c1e09b..c0e7c6657 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -63,7 +63,7 @@ crypto_cipher_key_length(int type) { } } -static inline EVP_CIPHER * +static inline const EVP_CIPHER * crypto_cipher_evp_cipher(int type, int enc) { switch(type) { |