aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-04-14 17:53:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-04-14 17:53:55 +0000
commit18f547734e94d4192fa6422227c1686a2d8a914e (patch)
tree6d042b04ed331daad70b4d116e028f3820b46c37 /crypto/asn1/asn1.h
parentbe3b365a347167ab89e4c6bcf5483c54f6c1f8d3 (diff)
downloadopenssl-18f547734e94d4192fa6422227c1686a2d8a914e.tar.gz
New function ASN1_STRING_copy() to copy to an already
alloacted ASN1_STRING structure.
Diffstat (limited to 'crypto/asn1/asn1.h')
-rw-r--r--crypto/asn1/asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index bed43ab669..487d349d64 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -765,6 +765,7 @@ DECLARE_ASN1_SET_OF(ASN1_OBJECT)
ASN1_STRING * ASN1_STRING_new(void);
void ASN1_STRING_free(ASN1_STRING *a);
+int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
ASN1_STRING * ASN1_STRING_dup(const ASN1_STRING *a);
ASN1_STRING * ASN1_STRING_type_new(int type );
int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);