~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-security

« back to all changes in this revision

Viewing changes to lib/auth_srp_rsa.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-04-14 14:23:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414142319-ok7xejzbqkofno1q
Tags: 2.6.5-1
* Sync sections in debian/control with override file. libgnutls26-dbg is
  section debug, guile-gnutls is section lisp.
* New upstream version. (Needed for Libtasn1-3 2.0)
* New patch 15_tasn1inpc.diff. Make sure libtasn1 is listed in Libs.private.
* Standards-Version: 3.8.1, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "gnutls_errors.h"
30
30
#include "auth_srp_passwd.h"
31
31
#include "gnutls_auth.h"
32
 
#include "gnutls_auth_int.h"
 
32
#include "gnutls_auth.h"
33
33
#include "gnutls_srp.h"
34
34
#include "debug.h"
35
35
#include "gnutls_num.h"
182
182
 
183
183
  ret =
184
184
    _gnutls_get_auth_info_gcert (&peer_cert,
185
 
                               session->security_parameters.cert_type,
186
 
                               info, CERT_NO_COPY);
 
185
                                 session->security_parameters.cert_type,
 
186
                                 info, CERT_NO_COPY);
187
187
 
188
188
  if (ret < 0)
189
189
    {