Use libtasn1 v2.4.
[gnutls.git] / lib / libgnutlsxx.map
blobb3e2e76924909f2468521a6cb266381eb45196a8
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 library 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 library 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 the GNUTLS library; if not, write to the Free
20 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 # MA 02110-1301, USA
23 GNUTLS_1_6
25   global:
26     extern "C++" {
27       # To specify a class we also need to specify its typeinfo,
28       # typeinfo name and vtable objects.
29       # For example for class gnutls::psk_client_credentials,
30       # we need to declare this 4 lines:
31       #
32       # gnutls::psk_client_credentials::*;
33       # "typeinfo for gnutls::psk_client_credentials";
34       # "typeinfo name for gnutls::psk_client_credentials";
35       # "vtable for gnutls::psk_client_credentials";
37       *gnutls::*;
38   };
40   local: *;