diff options
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. */ |