From 68b517e1cab7b103e3cec96461b12f733b907a87 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 4 Mar 2009 15:31:28 +0100 Subject: Use explicit list of symbols. --- lib/libtasn1.map | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 3 deletions(-) (limited to 'lib/libtasn1.map') 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 . + +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: + *; }; -- cgit v1.2.3