소스 검색

don't complain as much when using openssl 0.9.7a

svn:r308
Roger Dingledine 22 년 전
부모
커밋
e75dc941a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) 
     {