summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/openssl/ca.c')
-rw-r--r--usr.bin/openssl/ca.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/openssl/ca.c b/usr.bin/openssl/ca.c
index 8500abe4ea3..f4f07e76a27 100644
--- a/usr.bin/openssl/ca.c
+++ b/usr.bin/openssl/ca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ca.c,v 1.8 2015/07/22 15:52:32 jsing Exp $ */
+/* $OpenBSD: ca.c,v 1.9 2015/08/22 16:36:05 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -215,8 +215,6 @@ static int preserve = 0;
static int msie_hack = 0;
-int ca_main(int, char **);
-
int
ca_main(int argc, char **argv)
{