aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 818c1e09b..c0e7c6657 100644
--- a/src/common/crypto.c
+++ b/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)
{