mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
don't complain as much when using openssl 0.9.7a
svn:r308
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user