summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/x509.c')
-rw-r--r--src/usr.bin/openssl/x509.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c
index 4bf976ce55..0e5594372b 100644
--- a/src/usr.bin/openssl/x509.c
+++ b/src/usr.bin/openssl/x509.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.c,v 1.4 2015/07/19 03:18:10 doug Exp $ */ 1/* $OpenBSD: x509.c,v 1.5 2015/08/22 16:36:05 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -157,8 +157,6 @@ static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
157static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt); 157static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
158static int reqfile = 0; 158static int reqfile = 0;
159 159
160int x509_main(int, char **);
161
162int 160int
163x509_main(int argc, char **argv) 161x509_main(int argc, char **argv)
164{ 162{