summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-01 23:41:50 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-01 23:41:50 +0000
commit6983b4615c32d41d61e9a0e046a90ebe2bdce3e3 (patch)
tree03ebf55a441c6bc5710ab938be22445414a0e26b /crypto/x509v3
parent339e4dd3efd83194d313bb4ebc166cd9504e08b3 (diff)
Adjust the parameter lists in some not commonly used files.
PR: 428
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/v3conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index 67ee14f334..00cf5b4a5b 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -118,7 +118,7 @@ int main(int argc, char **argv)
printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
if(ext->critical) printf(",critical:\n");
else printf(":\n");
- X509V3_EXT_print_fp(stdout, ext, 0);
+ X509V3_EXT_print_fp(stdout, ext, 0, 0);
printf("\n");
}