don't complain as much when using openssl 0.9.7a

svn:r308
This commit is contained in:
Roger Dingledine
2003-06-10 20:50:56 +00:00
parent eed07d210a
commit 9778f7d613
+1 -1
View 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)
{