~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/examples/ex-client-srp.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    {
89
89
      if (ret == 0)
90
90
        {
91
 
          printf ("- Peer has closed the GNUTLS connection\n");
 
91
          printf ("- Peer has closed the GnuTLS connection\n");
92
92
          goto end;
93
93
        }
94
94
      else