summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ec.c')
-rw-r--r--src/usr.bin/openssl/ec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/ec.c b/src/usr.bin/openssl/ec.c
index 16daf3fa13..b593e2b4a1 100644
--- a/src/usr.bin/openssl/ec.c
+++ b/src/usr.bin/openssl/ec.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec.c,v 1.3 2015/07/12 22:16:49 doug Exp $ */ 1/* $OpenBSD: ec.c,v 1.4 2015/08/22 16:36:05 jsing Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -279,8 +279,6 @@ ec_usage(void)
279 fprintf(stderr, "\n"); 279 fprintf(stderr, "\n");
280} 280}
281 281
282int ec_main(int, char **);
283
284int 282int
285ec_main(int argc, char **argv) 283ec_main(int argc, char **argv)
286{ 284{