diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-30 15:12:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-30 15:21:30 +0200 |
commit | e2e5b1d44456d6e99fb3765f2370630a2059994b (patch) | |
tree | 53ad986bd3647c23ff091fe57d9afc0d07616967 /lib/libtasn1.h | |
parent | 0227dd9ef0b11773ff853a96d5135a189e20e83e (diff) | |
download | libtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.tar.gz libtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.tar.bz2 libtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.zip |
Added asn1_copy_node2()
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r-- | lib/libtasn1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index a457068..064c10f 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -329,6 +329,8 @@ extern "C" extern ASN1_API int 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); /* Internal and low-level DER utility functions. */ |