diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-04 15:31:28 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 15:31:28 +0100 |
commit | 68b517e1cab7b103e3cec96461b12f733b907a87 (patch) | |
tree | 3c2fe565e250a22d8a9a4b00d3bb647d72391fe7 /lib/libtasn1.map | |
parent | 9e9b76128a9ef4d4b494c5bfbbd2071b71352d2e (diff) | |
download | libtasn1-68b517e1cab7b103e3cec96461b12f733b907a87.tar.gz libtasn1-68b517e1cab7b103e3cec96461b12f733b907a87.tar.bz2 libtasn1-68b517e1cab7b103e3cec96461b12f733b907a87.zip |
Use explicit list of symbols.
Diffstat (limited to 'lib/libtasn1.map')
-rw-r--r-- | lib/libtasn1.map | 56 |
1 files changed, 53 insertions, 3 deletions
diff --git a/lib/libtasn1.map b/lib/libtasn1.map index 9e4f5ba..ca00716 100644 --- a/lib/libtasn1.map +++ b/lib/libtasn1.map @@ -1,5 +1,55 @@ -LIBTASN1_2_0 +# Copyright (C) 2009 Free Software Foundation +# +# This file is part of LIBTASN1. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +LIBTASN1_0_3 { - global: asn1*; - local: *; + global: + asn1_array2tree; + asn1_bit_der; + asn1_check_version; + asn1_copy_node; + asn1_create_element; + asn1_delete_element; + asn1_delete_structure; + asn1_der_coding; + asn1_der_decoding; + asn1_der_decoding_element; + asn1_der_decoding_startEnd; + asn1_expand_any_defined_by; + asn1_expand_octet_string; + asn1_find_node; + asn1_find_structure_from_oid; + asn1_get_bit_der; + asn1_get_length_ber; + asn1_get_length_der; + asn1_get_octet_der; + asn1_get_tag_der; + asn1_length_der; + asn1_number_of_elements; + asn1_octet_der; + asn1_parser2array; + asn1_parser2tree; + asn1_perror; + asn1_print_structure; + asn1_read_tag; + asn1_read_value; + asn1_strerror; + asn1_write_value; + + local: + *; }; |