diff options
author | 2020-12-21 22:48:41 +0000 | |
---|---|---|
committer | 2020-12-21 22:48:41 +0000 | |
commit | 27d60df1c255aeadeb67ab225a54c63114cded00 (patch) | |
tree | 50c541b94a2c39cb98e2eb16d877904cbae9410d | |
parent | Fix typo in mktime() year format description. From Paul de Weerd. (diff) | |
download | wireguard-openbsd-27d60df1c255aeadeb67ab225a54c63114cded00.tar.xz wireguard-openbsd-27d60df1c255aeadeb67ab225a54c63114cded00.zip |
Remove explicit rijndael-cbc@lysator.liu.se test since the cipher was
removed.
-rw-r--r-- | regress/usr.bin/ssh/dhgex.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/dhgex.sh b/regress/usr.bin/ssh/dhgex.sh index ae64a9fb64e..6dd4cfe3f94 100644 --- a/regress/usr.bin/ssh/dhgex.sh +++ b/regress/usr.bin/ssh/dhgex.sh @@ -1,4 +1,4 @@ -# $OpenBSD: dhgex.sh,v 1.6 2019/10/06 11:49:50 dtucker Exp $ +# $OpenBSD: dhgex.sh,v 1.7 2020/12/21 22:48:41 dtucker Exp $ # Placed in the Public Domain. tid="dhgex" @@ -58,4 +58,4 @@ check 3072 3des-cbc # 112 bits. check 3072 `${SSH} -Q cipher | grep 128` check 7680 `${SSH} -Q cipher | grep 192` check 8192 `${SSH} -Q cipher | grep 256` -check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com +check 8192 chacha20-poly1305@openssh.com |