Cleanse PKCS#8 private key components.
[openssl.git] / crypto / asn1 / asn1.h
index b3c38fd1e2830c2d2b760321883e7dafc7595fd1..39b7833f582f269db188a30e40d5c1caf9ef326f 100644 (file)
@@ -795,6 +795,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);