Browse Source

don't complain as much when using openssl 0.9.7a

svn:r308
Roger Dingledine 21 years ago
parent
commit
e75dc941a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/crypto.c

+ 1 - 1
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) 
     {