~ubuntu-branches/ubuntu/oneiric/gnutls26/oneiric-security

« back to all changes in this revision

Viewing changes to guile/src/extra.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:
1
 
/* GNUTLS-EXTRA --- Guile bindings for GNUTLS-EXTRA.
2
 
   Copyright (C) 2007  Free Software Foundation
 
1
/* GnuTLS-extra --- Guile bindings for GnuTLS-extra.
 
2
   Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
3
3
 
4
 
   GNUTLS-EXTRA is free software; you can redistribute it and/or modify
 
4
   GnuTLS-extra is free software; you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
6
6
   the Free Software Foundation; either version 3 of the License, or
7
7
   (at your option) any later version.
8
8
 
9
 
   GNUTLS-EXTRA is distributed in the hope that it will be useful,
 
9
   GnuTLS-extra is distributed in the hope that it will be useful,
10
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
12
   GNU General Public License for more details.
13
13
 
14
14
   You should have received a copy of the GNU General Public License
15
 
   along with GNUTLS-EXTRA; if not, write to the Free Software
 
15
   along with GnuTLS-EXTRA; if not, write to the Free Software
16
16
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
17
17
 
18
18
/* Important note: As written above, this part of the code is ditributed
20
20
 
21
21
/* Written by Ludovic Court�s <ludo@chbouib.org>.  */
22
22
 
 
23
#ifdef HAVE_CONFIG_H
 
24
# include <config.h>
 
25
#endif
23
26
 
24
27
#include <stdio.h>
25
28
#include <gnutls/gnutls.h>