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

« back to all changes in this revision

Viewing changes to guile/src/utils.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 --- Guile bindings for GnuTLS.
2
 
   Copyright (C) 2007, 2008  Free Software Foundation
 
1
/* GnuTLS --- Guile bindings for GnuTLS.
 
2
   Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
3
3
 
4
 
   GNUTLS is free software; you can redistribute it and/or
 
4
   GnuTLS is free software; you can redistribute it and/or
5
5
   modify it under the terms of the GNU Lesser General Public
6
6
   License as published by the Free Software Foundation; either
7
7
   version 2.1 of the License, or (at your option) any later version.
8
8
 
9
 
   GNUTLS is distributed in the hope that it will be useful,
 
9
   GnuTLS 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 GNU
12
12
   Lesser General Public License for more details.
13
13
 
14
14
   You should have received a copy of the GNU Lesser General Public
15
 
   License along with GNUTLS; if not, write to the Free Software
 
15
   License along with GnuTLS; 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
/* Written by Ludovic Court�s <ludo@chbouib.org>.  */
19
19
 
 
20
#ifdef HAVE_CONFIG_H
 
21
# include <config.h>
 
22
#endif
 
23
 
20
24
#include "utils.h"
21
25
 
22
26
#include <gnutls/gnutls.h>