diff options
author | Gustav Simonsson <[email protected]> | 2012-02-14 14:54:21 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-02-14 14:54:21 +0100 |
commit | 42550aa765f0336aaa103f059491d2f6a7df3a51 (patch) | |
tree | 0066a14db58e3e7cbefc7119704d4c441eb4e432 /lib/ssh/src/ssh.app.src | |
parent | 798a9c96a4966384bc6fe5b9f56ac760ff6a3461 (diff) | |
parent | 871e450ebff145c06ae4fef0889f5310d0fb46b4 (diff) | |
download | otp-42550aa765f0336aaa103f059491d2f6a7df3a51.tar.gz otp-42550aa765f0336aaa103f059491d2f6a7df3a51.tar.bz2 otp-42550aa765f0336aaa103f059491d2f6a7df3a51.zip |
Merge branch 'gustav/ssh/ssh-key-callback-specs' into maint
* gustav/ssh/ssh-key-callback-specs:
Add behaviour (api) module with callback specs
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 154c72485e..7a58dbe54f 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -21,6 +21,7 @@ sshd_sup, ssh_file, ssh_io, + ssh_key_api, ssh_math, ssh_no_io, ssh_sftp, |