Module: kamailio Branch: master Commit: 4fdeda75a7227492f917e55ce523faf81f4fe965 URL: https://github.com/kamailio/kamailio/commit/4fdeda75a7227492f917e55ce523faf8...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-10T08:05:56+02:00
crypto: typo
---
Modified: src/modules/crypto/crypto_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/4fdeda75a7227492f917e55ce523faf8... Patch: https://github.com/kamailio/kamailio/commit/4fdeda75a7227492f917e55ce523faf8...
---
diff --git a/src/modules/crypto/crypto_mod.c b/src/modules/crypto/crypto_mod.c index 2099b25148c..35f84d6c3f8 100644 --- a/src/modules/crypto/crypto_mod.c +++ b/src/modules/crypto/crypto_mod.c @@ -493,7 +493,7 @@ static int ki_crypto_aes_decrypt_helper(sip_msg_t* msg, str *ins, str *keys, (unsigned char *)etext.s, pv_get_buffer_size()-1); if (etext.len < 0) { EVP_CIPHER_CTX_free(de); - LM_ERR("base64 inpuy with encrypted value is too large (need %d)\n", + LM_ERR("base64 input with encrypted value is too large (need %d)\n", -etext.len); return -1; }