diff options
author | Hans Nilsson <[email protected]> | 2015-05-22 13:08:47 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-05-22 13:08:47 +0200 |
commit | 48f43e50628a746265c18bea38b311c5c3098ed4 (patch) | |
tree | c2581160db89083f0254cb2b5ca9638b1e023f23 /lib/ssh/test/Makefile | |
parent | 764c9d82b12f9746b03668548ea3acd67a02d1c2 (diff) | |
parent | 21ecb1a4f3e037411af0c72eb93948ecafbd2984 (diff) | |
download | otp-48f43e50628a746265c18bea38b311c5c3098ed4.tar.gz otp-48f43e50628a746265c18bea38b311c5c3098ed4.tar.bz2 otp-48f43e50628a746265c18bea38b311c5c3098ed4.zip |
Merge branch 'hans/ssh/pr715/OTP-12760'
* hans/ssh/pr715/OTP-12760:
Add tests for ssh rekeying
Fix protocol violations during rekeying
Fix rekeying according to RFC 4253
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 740dbd0235..39b2f57d26 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -40,7 +40,8 @@ MODULES= \ ssh_connection_SUITE \ ssh_echo_server \ ssh_peername_sockname_server \ - ssh_test_cli + ssh_test_cli \ + ssh_relay HRL_FILES_NEEDED_IN_TEST= \ $(ERL_TOP)/lib/ssh/src/ssh.hrl \ |