From 9778f7d613ece4ecfe4c42afc4e89ed2c54fcd58 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 10 Jun 2003 20:50:56 +0000 Subject: [PATCH] don't complain as much when using openssl 0.9.7a svn:r308 --- trunk/src/common/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/common/crypto.c b/trunk/src/common/crypto.c index 818c1e09b3..c0e7c6657f 100644 --- a/trunk/src/common/crypto.c +++ b/trunk/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) {