summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3conf.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-01 23:41:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-01 23:41:46 +0000
commit0c055b201ec8d2aa1bec573aa5c4266cbdfc203b (patch)
tree2808794a3e6271677e0acee567ac296dda43ef8e /crypto/x509v3/v3conf.c
parent7eed0fc04147aed4e0a6be18d31317e58f8daaee (diff)
Adjust the parameter lists in some not commonly used files.
PR: 428
Diffstat (limited to 'crypto/x509v3/v3conf.c')
-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");
}