~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/sshhelp.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
95
95
    find_sftpsrv
96
96
    find_sftp
97
97
    find_sshkeygen
 
98
    find_gnutls_serv
98
99
    logmsg
99
100
    sshversioninfo
100
101
    );
290
291
    return find_file($filename, @spath);
291
292
}
292
293
 
 
294
#***************************************************************************
 
295
# Find gnutls-serv and return canonical filename
 
296
#
 
297
sub find_gnutls_serv {
 
298
    return find_file("gnutls-serv", split(':', $ENV{PATH}));
 
299
}
293
300
 
294
301
#***************************************************************************
295
302
# Find ssh daemon and return canonical filename