diff options
author | Hans Nilsson <[email protected]> | 2019-06-11 10:44:22 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-06-11 10:44:22 +0200 |
commit | 8ed55694af3f1ccf2bdee057adced4fee314a848 (patch) | |
tree | e6e2672a4c20191d55a48dd5be8f1a96900758c2 /lib/ssh/test | |
parent | 2893902fe98daa0f2e93902f794aa101c70d7acc (diff) | |
parent | f9f8e4137cc2860444fdf412c5dbf9b7d0cb1cf3 (diff) | |
download | otp-8ed55694af3f1ccf2bdee057adced4fee314a848.tar.gz otp-8ed55694af3f1ccf2bdee057adced4fee314a848.tar.bz2 otp-8ed55694af3f1ccf2bdee057adced4fee314a848.zip |
Merge branch 'maint'
* maint:
Remove duplication of SSH encoding macros
Remove duplicate ssh_userauth.hrl
Diffstat (limited to 'lib/ssh/test')
-rw-r--r-- | lib/ssh/test/ssh_bench_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_bench_SUITE.erl b/lib/ssh/test/ssh_bench_SUITE.erl index 880c519a5e..5ff7a71c45 100644 --- a/lib/ssh/test/ssh_bench_SUITE.erl +++ b/lib/ssh/test/ssh_bench_SUITE.erl @@ -26,7 +26,7 @@ -include_lib("ssh/src/ssh.hrl"). -include_lib("ssh/src/ssh_transport.hrl"). -include_lib("ssh/src/ssh_connect.hrl"). --include_lib("ssh/src/ssh_userauth.hrl"). +-include_lib("ssh/src/ssh_auth.hrl"). %%%================================================================ %%% |