Cleanse PKCS#8 private key components.
[openssl.git] / crypto / asn1 / asn1.h
index 5254c7d3c7e0384a88fe5269d881f2e019679199..692b81a44c0d5a9e77a6d3d0e117602c0c559e36 100644 (file)
@@ -799,6 +799,7 @@ DECLARE_ASN1_SET_OF(ASN1_OBJECT)
 
 ASN1_STRING *ASN1_STRING_new(void);
 void ASN1_STRING_free(ASN1_STRING *a);
+void ASN1_STRING_clear_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);