tizen 2.3.1 release
[external/libgnutls26.git] / libextra / libgnutls-extra.map
1 # libgnutls-extra.map -- libgnutls-extra linker version script-*- ld-script -*-
2 # Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation,
3 # Inc.
4 #
5 # Author: Simon Josefsson
6 #
7 # This file is part of GnuTLS-EXTRA.
8 #
9 # GnuTLS-extra is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License as
11 # published by the Free Software Foundation; either version 3 of the
12 # License, or (at your option) any later version.
13 #
14 # GnuTLS-extra is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with GnuTLS-EXTRA; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 # 02110-1301, USA.
23
24 GNUTLS_1_4
25 {
26   global:
27     gnutls_extra_check_version;
28     gnutls_global_init_extra;
29     gnutls_ia_allocate_client_credentials;
30     gnutls_ia_allocate_server_credentials;
31     gnutls_ia_enable;
32     gnutls_ia_endphase_send;
33     gnutls_ia_extract_inner_secret;
34     gnutls_ia_free_client_credentials;
35     gnutls_ia_free_server_credentials;
36     gnutls_ia_generate_challenge;
37     gnutls_ia_get_client_avp_ptr;
38     gnutls_ia_get_server_avp_ptr;
39     gnutls_ia_handshake;
40     gnutls_ia_handshake_p;
41     gnutls_ia_permute_inner_secret;
42     gnutls_ia_recv;
43     gnutls_ia_send;
44     gnutls_ia_set_client_avp_function;
45     gnutls_ia_set_client_avp_ptr;
46     gnutls_ia_set_server_avp_function;
47     gnutls_ia_set_server_avp_ptr;
48     gnutls_ia_verify_endphase;
49     gnutls_register_md5_handler;
50
51   local:
52     *;
53 };