Tidy up CRYPTO_EX_DATA structures.
[openssl.git] / crypto / asn1 / t_req.c
index 6049909a02f4dca8f66d86e33199f4cd066de25a..81dd6355a887368e496fb4b4b2a2e562dcebe801 100644 (file)
@@ -221,7 +221,7 @@ get_next:
                                goto err;
                        if(!X509V3_EXT_print(bp, ex, 0, 16)) {
                                BIO_printf(bp, "%16s", "");
-                               ASN1_OCTET_STRING_print(bp,ex->value);
+                               M_ASN1_OCTET_STRING_print(bp,ex->value);
                        }
                        if (BIO_write(bp,"\n",1) <= 0) goto err;
                }