Module Name: src Committed By: msaitoh Date: Sun Dec 5 02:49:21 UTC 2021
Modified Files: src/tests/net/ipsec: algorithms.sh Log Message: s/encript/encrypt/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/net/ipsec/algorithms.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/net/ipsec/algorithms.sh diff -u src/tests/net/ipsec/algorithms.sh:1.6 src/tests/net/ipsec/algorithms.sh:1.7 --- src/tests/net/ipsec/algorithms.sh:1.6 Fri Oct 27 04:31:50 2017 +++ src/tests/net/ipsec/algorithms.sh Sun Dec 5 02:49:21 2021 @@ -1,4 +1,4 @@ -# $NetBSD: algorithms.sh,v 1.6 2017/10/27 04:31:50 ozaki-r Exp $ +# $NetBSD: algorithms.sh,v 1.7 2021/12/05 02:49:21 msaitoh Exp $ # # Copyright (c) 2017 Internet Initiative Japan Inc. # All rights reserved. @@ -29,7 +29,7 @@ ESP_ENCRYPTION_ALGORITHMS="des-cbc 3des- des-deriv rijndael-cbc aes-ctr camellia-cbc aes-gcm-16 aes-gmac" ESP_ENCRYPTION_ALGORITHMS_MINIMUM="null rijndael-cbc" -# Valid key lengths of ESP encription algorithms +# Valid key lengths of ESP encryption algorithms # des-cbc 64 # 3des-cbc 192 # null 0 to 2048 XXX only accept 0 length