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

« back to all changes in this revision

Viewing changes to libextra/openssl_compat.h

  • 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
1
/*
2
 
 * Copyright (C) 2002, 2003, 2004, 2005, 2008 Free Software Foundation
 
2
 * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2010 Free Software
 
3
 * Foundation, Inc.
3
4
 *
4
5
 * Author: Nikos Mavrogiannopoulos
5
6
 *
6
 
 * This file is part of GNUTLS-EXTRA.
 
7
 * This file is part of GnuTLS-EXTRA.
7
8
 *
8
 
 * GNUTLS-EXTRA is free software; you can redistribute it and/or
 
9
 * GnuTLS-extra is free software; you can redistribute it and/or
9
10
 * modify it under the terms of the GNU General Public License as
10
11
 * published by the Free Software Foundation; either version 3 of the
11
12
 * License, or (at your option) any later version.
12
13
 *
13
 
 * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
 
14
 * GnuTLS-extra is distributed in the hope that it will be useful, but
14
15
 * WITHOUT ANY WARRANTY; without even the implied warranty of
15
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
17
 * General Public License for more details.
17
18
 *
18
19
 * You should have received a copy of the GNU General Public License
19
 
 * along with GNUTLS-EXTRA; if not, write to the Free Software
 
20
 * along with GnuTLS-EXTRA; if not, write to the Free Software
20
21
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21
22
 * 02110-1301, USA.
22
23
 *