diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-05 15:45:18 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-05 15:45:18 +0200 |
commit | a8d85774a06f9ba35141fe28b15abaf9c83f7ceb (patch) | |
tree | 3ec4053e97a1bc537abc208068f0a6c80e12bf96 | |
parent | 4de401ddb42e290052b24560bcd877cafdf5dd9b (diff) | |
download | libtasn1-a8d85774a06f9ba35141fe28b15abaf9c83f7ceb.tar.gz libtasn1-a8d85774a06f9ba35141fe28b15abaf9c83f7ceb.tar.bz2 libtasn1-a8d85774a06f9ba35141fe28b15abaf9c83f7ceb.zip |
updated map file for asn1_dup_node
-rw-r--r-- | lib/libtasn1.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.map b/lib/libtasn1.map index a2b535e..1a23d31 100644 --- a/lib/libtasn1.map +++ b/lib/libtasn1.map @@ -54,7 +54,7 @@ LIBTASN1_0_3 asn1_decode_simple_der; asn1_read_value_type; asn1_delete_structure2; - asn1_copy_node2; + asn1_dup_node; local: *; }; |