summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509v3/v3conf.c')
-rw-r--r--crypto/x509v3/v3conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index 64a5561b53..aca90b6d7b 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -67,9 +67,7 @@
/* Test application to add extensions from a config file */
-int main(argc, argv)
-int argc;
-char **argv;
+int main(int argc, char **argv)
{
LHASH *conf;
X509 *cert;