Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code
[openssl.git] / crypto / asn1 / asn1.h
index bed43ab66961ff97494d44ef5c3254257a8c3a35..487d349d6439a469defa540273e6a6837140498c 100644 (file)
@@ -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);