~ubuntu-branches/ubuntu/trusty/aria2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/LibsslTLSContext.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-12-16 18:41:03 UTC
  • mfrom: (2.5.21 sid)
  • Revision ID: package-import@ubuntu.com-20131216184103-xzah3019zwut429g
Tags: 1.18.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  // private key `keyfile' must be decrypted.
56
56
  virtual bool addCredentialFile(const std::string& certfile,
57
57
                                 const std::string& keyfile) CXX11_OVERRIDE;
 
58
  bool addP12CredentialFile(const std::string& p12file);
58
59
 
59
60
  virtual bool addSystemTrustedCACerts() CXX11_OVERRIDE;
60
61