]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
don't complain as much when using openssl 0.9.7a
authorRoger Dingledine <arma@torproject.org>
Tue, 10 Jun 2003 20:50:56 +0000 (20:50 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 10 Jun 2003 20:50:56 +0000 (20:50 +0000)
svn:r308

src/common/crypto.c

index 818c1e09b3a0551e54aa1d1ab0553b0140684d4a..c0e7c6657fe7ef3285fdc414c047dfacc8ac5ce0 100644 (file)
@@ -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) 
     {