~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/ssh/src/ssh.app.src

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
             'PKCS-1',
8
8
             ssh,
9
9
             ssh_app,
 
10
             ssh_acceptor,
 
11
             ssh_acceptor_sup,
 
12
             ssh_auth,
10
13
             ssh_bits,
11
14
             ssh_cli,
 
15
             ssh_channel,
 
16
             ssh_channel_sup,
12
17
             ssh_cm,
 
18
             ssh_connection,
 
19
             ssh_connection_handler,
 
20
             ssh_connection_manager,
 
21
             ssh_connection_sup,
 
22
             sshc_sup,
 
23
             sshd_sup,
13
24
             ssh_dsa,
14
25
             ssh_file,
15
26
             ssh_io,
22
33
             ssh_sftpd_file_api,
23
34
             ssh_ssh,
24
35
             ssh_sshd,
25
 
             ssh_tcp,
26
 
             ssh_tcp_wrap,
 
36
             ssh_subsystem_sup,
 
37
             ssh_sup,
 
38
             ssh_system_sup,
27
39
             ssh_transport,
28
 
             ssh_userauth,
 
40
             ssh_userreg,
29
41
             ssh_xfer]},
30
42
  {registered, []},
31
43
  {applications, [kernel, stdlib, crypto]},