updated libtasn1
[gnutls.git] / lib / libgnutlsxx.map
blob4fd7bfe750879e815cd490dd14218492171f9146
1 # libgnutlsxx.map -- linker script for libgnutls.              -*- ld-script -*-
2 # Copyright (C) 2005, 2006, 2009, 2010 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 2.1 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
19 # License along with GnuTLS; if not, write to the Free
20 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 # MA 02110-1301, USA
23 GNUTLS_2_10
25   global:
26     extern "C++" {
27       # Allow all symbols for C++. It has its own way to keep
28       # symbol namespaces.
30       *;
31   };