From: Michael Tremer Date: Wed, 19 Jul 2017 19:31:34 +0000 (+0200) Subject: Fix typo in integrity description X-Git-Tag: 009~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3003747b065ecd437b47785b3f8643d18eb00416;p=network.git Fix typo in integrity description Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.vpn-security-policies b/src/functions/functions.vpn-security-policies index e1302d8e..d424bd89 100644 --- a/src/functions/functions.vpn-security-policies +++ b/src/functions/functions.vpn-security-policies @@ -98,7 +98,7 @@ declare -A VPN_SUPPORTED_INTEGRITY=( # SHA [SHA1]="SHA1-HMAC" - [SHA512]="256 bit SHA2-HMAC" + [SHA512]="512 bit SHA2-HMAC" [SHA384]="384 bit SHA2-HMAC" [SHA256]="256 bit SHA2-HMAC"