aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3conf.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 21:31:43 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 21:31:43 +0000
commit6b691a5c85ddc4e407e32781841fee5c029506cd (patch)
tree436f1127406e1cacfe83dfcbfff824d89c47d834 /crypto/x509v3/v3conf.c
parent3edd7ed15de229230f74c79c3d71e7c9c674cf4f (diff)
downloadopenssl-6b691a5c85ddc4e407e32781841fee5c029506cd.zip
openssl-6b691a5c85ddc4e407e32781841fee5c029506cd.tar.gz
openssl-6b691a5c85ddc4e407e32781841fee5c029506cd.tar.bz2
Change functions to ANSI C.
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 64a5561..aca90b6 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;