diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:49:21 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:49:21 +0000 |
| commit | 60f8ea1f9891db01dc6dcd4ccfdb151b33c9f905 (patch) | |
| tree | 6db74e0c557fea2950cfec1a5d8b338514a936d3 | |
| parent | fb553d048df0d4c9420a34f8b8abb30a68b8e047 (diff) | |
s/encript/encrypt/ in comment.
| -rw-r--r-- | tests/net/ipsec/algorithms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/net/ipsec/algorithms.sh b/tests/net/ipsec/algorithms.sh index a91bf7cc494..28c4f6b4942 100644 --- a/tests/net/ipsec/algorithms.sh +++ b/tests/net/ipsec/algorithms.sh @@ -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-cbc null blowfish-cbc cast128-cbc \ 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 |
