From: Roger Dingledine Date: Tue, 10 Jun 2003 20:50:56 +0000 (+0000) Subject: don't complain as much when using openssl 0.9.7a X-Git-Tag: tor-0.0.2pre8~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75dc941a78a62067064efe9a424ea8fb2a9be00;p=thirdparty%2Ftor.git don't complain as much when using openssl 0.9.7a svn:r308 --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 818c1e09b3..c0e7c6657f 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) {