Re-enable dhgex test.
Since we've added larger fallback groups to dh.c this test will pass even if there is no moduli file installed on the system.
This commit is contained in:
parent
c1e0a32fa8
commit
7c817d129e
|
@ -30,6 +30,7 @@ LTESTS= connect \
|
||||||
transfer \
|
transfer \
|
||||||
banner \
|
banner \
|
||||||
rekey \
|
rekey \
|
||||||
|
dhgex \
|
||||||
stderr-data \
|
stderr-data \
|
||||||
stderr-after-eof \
|
stderr-after-eof \
|
||||||
broken-pipe \
|
broken-pipe \
|
||||||
|
@ -91,7 +92,6 @@ LTESTS= connect \
|
||||||
sshsig
|
sshsig
|
||||||
|
|
||||||
|
|
||||||
# dhgex \
|
|
||||||
|
|
||||||
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
|
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
|
||||||
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
|
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
|
||||||
|
|
Loading…
Reference in New Issue