Module: kamailio Branch: master Commit: 305a2ff281ffb4320b9a685d96fc8cac5d82ba33 URL: https://github.com/kamailio/kamailio/commit/305a2ff281ffb4320b9a685d96fc8cac...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2021-03-30T20:51:43Z
crypto: small copy/paste fix in docs
---
Modified: src/modules/crypto/doc/crypto_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/305a2ff281ffb4320b9a685d96fc8cac... Patch: https://github.com/kamailio/kamailio/commit/305a2ff281ffb4320b9a685d96fc8cac...
---
diff --git a/src/modules/crypto/doc/crypto_admin.xml b/src/modules/crypto/doc/crypto_admin.xml index e3c9d747fd..42385aeb98 100644 --- a/src/modules/crypto/doc/crypto_admin.xml +++ b/src/modules/crypto/doc/crypto_admin.xml @@ -206,7 +206,7 @@ modparam("crypto", "key_derivation", 0) </example> </section> <section id="crypto.p.init_vector"> - <title><varname>netio_key</varname> (str)</title> + <title><varname>init_vector</varname> (str)</title> <para> The initialization vector used for the cryptographic operations. This needs to be a Base64 encoded value with 16 bytes lengths.