Keep a not of original encoding in certificate requests.
[oweals/openssl.git] / crypto / asn1 / a_vis.c
index 2072be780d430cf880ef030ce8551e7f2606ce6e..5cfc080bec31ac5ee2e03c3ff73ada4ca9fbbba4 100644 (file)
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 
+ASN1_VISIBLESTRING *ASN1_VISIBLESTRING_new(void)
+{ return M_ASN1_VISIBLESTRING_new(); }
+
+void ASN1_VISIBLESTRING_free(ASN1_VISIBLESTRING *x)
+{ M_ASN1_VISIBLESTRING_free(x); }
+
 int i2d_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING *a, unsigned char **pp)
        {
        return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,