X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Ft_req.c;h=81dd6355a887368e496fb4b4b2a2e562dcebe801;hb=9fd4ee5d7c0925aa4c1c52e33429bdebe868f9e2;hp=6049909a02f4dca8f66d86e33199f4cd066de25a;hpb=87c49f622e7fe9d93b3ab87b1edd5faa32fa6e74;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/t_req.c b/crypto/asn1/t_req.c index 6049909a02..81dd6355a8 100644 --- a/crypto/asn1/t_req.c +++ b/crypto/asn1/t_req.c @@ -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; }