home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / set_server_cert_and_key.al < prev    next >
Encoding:
Text File  |  2004-02-17  |  413 b   |  15 lines

  1. # NOTE: Derived from blib/lib/Net/SSLeay.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Net::SSLeay;
  5.  
  6. #line 1913 "blib/lib/Net/SSLeay.pm (autosplit into blib/lib/auto/Net/SSLeay/set_server_cert_and_key.al)"
  7. ### Old deprecated API
  8.  
  9. sub set_server_cert_and_key ($$$) { &set_cert_and_key }
  10.  
  11. ### Set up to use web proxy
  12.  
  13. # end of Net::SSLeay::set_server_cert_and_key
  14. 1;
  15.