summaryrefslogtreecommitdiff
path: root/lib/libtasn1.map
diff options
context:
space:
mode:
authorKarel Slany <karel.slany@nic.cz>2014-06-20 15:05:09 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-20 15:24:50 +0200
commit317486161fcf615c4093ac00608b880f2361373f (patch)
treede11adde7d189f7fa01cb752ccc102a6328dd83d /lib/libtasn1.map
parent8a7e190c538a1c4077d44762eea4651cb5d58116 (diff)
downloadlibtasn1-317486161fcf615c4093ac00608b880f2361373f.tar.gz
libtasn1-317486161fcf615c4093ac00608b880f2361373f.tar.bz2
libtasn1-317486161fcf615c4093ac00608b880f2361373f.zip
Renamed asn1_der_decoding_relaxed(), added ASN1_DECODE_FLAG_ALLOW_PADDING.
Diffstat (limited to 'lib/libtasn1.map')
-rw-r--r--lib/libtasn1.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.map b/lib/libtasn1.map
index 6d2f823..6424219 100644
--- a/lib/libtasn1.map
+++ b/lib/libtasn1.map
@@ -26,7 +26,7 @@ LIBTASN1_0_3
asn1_delete_element;
asn1_delete_structure;
asn1_der_coding;
- asn1_der_decoding_relaxed;
+ asn1_der_decoding2;
asn1_der_decoding;
asn1_der_decoding_element;
asn1_der_decoding_startEnd;