Deleted Added
full compact
conch-ciphers.sh (189006) conch-ciphers.sh (255670)
1# $OpenBSD: conch-ciphers.sh,v 1.2 2008/06/30 10:43:03 djm Exp $
1# $OpenBSD: conch-ciphers.sh,v 1.3 2013/05/17 04:29:14 dtucker Exp $
2# Placed in the Public Domain.
3
4tid="conch ciphers"
5
2# Placed in the Public Domain.
3
4tid="conch ciphers"
5
6DATA=/bin/ls
7COPY=${OBJ}/copy
8
9if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
10 echo "conch interop tests not enabled"
11 exit 0
12fi
13
14start_sshd
15
16for c in aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc \

--- 15 unchanged lines hidden ---
6if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
7 echo "conch interop tests not enabled"
8 exit 0
9fi
10
11start_sshd
12
13for c in aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc \

--- 15 unchanged lines hidden ---