avoid duplicate asn1 structure initialization.
[gnutls.git] / lib / libgnutlsxx.map
blobfceffec6c064aa2005315e8dbf32abdb9841bcf1
1 # libgnutlsxx.map -- linker script for libgnutls.              -*- ld-script -*-
2 # Copyright (C) 2005-2012 Free Software Foundation, Inc.
4 # Author: Simon Josefsson
6 # This file is part of GnuTLS.
8 # The GnuTLS is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public License
10 # as published by the Free Software Foundation; either version 3 of
11 # the License, or (at your option) any later version.
13 # The GnuTLS is distributed in the hope that it will be
14 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
15 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # Lesser General Public License for more details.
18 # You should have received a copy of the GNU Lesser General Public License
19 # along with this program.  If not, see <http://www.gnu.org/licenses/>
21 GNUTLS_2_10
23   global:
24     extern "C++" {
25       # Allow all symbols for C++. It has its own way to keep
26       # symbol namespaces.
28       *;
29   };