Oops! Remeber to include the other patches this time...
[oweals/openssl.git] / crypto / x509v3 / v3_prn.c
index c9755582aefad94df3a20164f5d1c88e887973fd..7da7056293b45e2a8c7f6c983ba52f08b571a489 100644 (file)
@@ -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;
                }