~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to ssl/d1_clnt.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
1095
1095
                 * ssl->rwstate=SSL_X509_LOOKUP; return(-1);
1096
1096
                 * We then get retied later */
1097
1097
                i=0;
1098
 
                if (s->ctx->client_cert_cb != NULL)
1099
 
                        i=s->ctx->client_cert_cb(s,&(x509),&(pkey));
 
1098
                i = ssl_do_client_cert_cb(s, &x509, &pkey);
1100
1099
                if (i < 0)
1101
1100
                        {
1102
1101
                        s->rwstate=SSL_X509_LOOKUP;