diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-05 15:39:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-05 15:39:28 +0200 |
commit | 4de401ddb42e290052b24560bcd877cafdf5dd9b (patch) | |
tree | e9e0c56ad0e02de3a3b57cc90863970af8c0f9ad /lib/libtasn1.h | |
parent | 0acd71a02e57f6cf5f6e105e8879a8622052ebe8 (diff) | |
download | libtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.tar.gz libtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.tar.bz2 libtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.zip |
renamed asn1_copy_node2 to asn1_dup_node
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r-- | lib/libtasn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index 064c10f..f798a75 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -330,7 +330,7 @@ extern "C" asn1_copy_node (asn1_node dst, const char *dst_name, asn1_node src, const char *src_name); extern ASN1_API asn1_node - asn1_copy_node2 (asn1_node src, const char *src_name); + asn1_dup_node (asn1_node src, const char *src_name); /* Internal and low-level DER utility functions. */ |