X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3_prn.c;h=7da7056293b45e2a8c7f6c983ba52f08b571a489;hp=c9755582aefad94df3a20164f5d1c88e887973fd;hb=175b0942ec7e82f86831916d325922817872e657;hpb=c45beb91b3ddf18b29c65b64b9e0ee74497a7f27 diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c index c9755582ae..7da7056293 100644 --- a/crypto/x509v3/v3_prn.c +++ b/crypto/x509v3/v3_prn.c @@ -104,7 +104,7 @@ int flag; } BIO_printf(out, value); } else if(method->i2v) { - if(!(nval = method->i2v(method, ext_str))) { + if(!(nval = method->i2v(method, ext_str, NULL))) { ok = 0; goto err; }