diff options
author | Erlang/OTP <[email protected]> | 2014-10-23 10:53:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-10-23 10:53:04 +0200 |
commit | c530f3d4f851ab3844b67e4ccfbe724910bed4bd (patch) | |
tree | 64cabc24e1492c4efe434f7ef120561bc630dac4 /lib/ssh/src/ssh.app.src | |
parent | 5d49d05c3604f764736b10cfb287818d4b41efda (diff) | |
parent | b7f24722a7346ae48b2d8d7a29dea9d381e669b7 (diff) | |
download | otp-c530f3d4f851ab3844b67e4ccfbe724910bed4bd.tar.gz otp-c530f3d4f851ab3844b67e4ccfbe724910bed4bd.tar.bz2 otp-c530f3d4f851ab3844b67e4ccfbe724910bed4bd.zip |
Merge branch 'hans/ssh/scanning/OTP-12247' into maint-17
* hans/ssh/scanning/OTP-12247:
ssh: fix ssh.appup.src.
ssh: Corrected appup
ssh: fix .app and .appup errors
ssh: remove supervisors for crashed connection worker
ssh: Print supervisor tree (on demand).
ssh: prepare for release
ssh: avoid terminated but not deleted children to be counted.
ssh: simple info function (ssh_info:print/0).
ssh: Gracefully handle bad handshake messages
ssh: reduce amount of printouts
ssh: Fix port scanner problems
Diffstat (limited to 'lib/ssh/src/ssh.app.src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index e0a51b3574..4ad55b34ca 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -23,6 +23,7 @@ sshd_sup, ssh_file, ssh_io, + ssh_info, ssh_math, ssh_no_io, ssh_server_key_api, |