summaryrefslogtreecommitdiff
path: root/lib/libtasn1.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtasn1.map')
-rw-r--r--lib/libtasn1.map60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/libtasn1.map b/lib/libtasn1.map
new file mode 100644
index 0000000..eb227d4
--- /dev/null
+++ b/lib/libtasn1.map
@@ -0,0 +1,60 @@
+# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#
+# 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_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;
+ asn1_read_node_value;
+
+ # Old symbols
+ libtasn1_strerror;
+ libtasn1_perror;
+
+ local:
+ *;
+};