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

« back to all changes in this revision

Viewing changes to lib/ssluse.c

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1595
1595
    if ( !lookup ||
1596
1596
         (!X509_load_crl_file(lookup,data->set.str[STRING_SSL_CRLFILE],
1597
1597
                              X509_FILETYPE_PEM)) ) {
1598
 
      failf(data,"error loading CRL file :\n"
1599
 
            "  CRLfile: %s\n",
1600
 
            data->set.str[STRING_SSL_CRLFILE]?
1601
 
            data->set.str[STRING_SSL_CRLFILE]: "none");
 
1598
      failf(data,"error loading CRL file: %s\n",
 
1599
            data->set.str[STRING_SSL_CRLFILE]);
1602
1600
      return CURLE_SSL_CRL_BADFILE;
1603
1601
    }
1604
1602
    else {