]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/t_req.c
Remove old ASN.1 code.
[thirdparty/openssl.git] / crypto / asn1 / t_req.c
index 2a8895834b70ab0dccca2131c6aa2970790a3c8d..bd76950ac6c69ed2a57e1e873d2945e9ee0018ec 100644 (file)
@@ -216,7 +216,7 @@ int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
                     goto err;
                 if (!X509V3_EXT_print(bp, ex, cflag, 16)) {
                     BIO_printf(bp, "%16s", "");
-                    M_ASN1_OCTET_STRING_print(bp, ex->value);
+                    ASN1_STRING_print(bp, ex->value);
                 }
                 if (BIO_write(bp, "\n", 1) <= 0)
                     goto err;