=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ec.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/openssl/ec.c 2015/07/12 22:16:49 1.3 +++ src/usr.bin/openssl/ec.c 2015/08/22 16:36:05 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: ec.c,v 1.3 2015/07/12 22:16:49 doug Exp $ */ +/* $OpenBSD: ec.c,v 1.4 2015/08/22 16:36:05 jsing Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -278,8 +278,6 @@ OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_CIPHER_METH, show_ciphers, NULL); fprintf(stderr, "\n"); } - -int ec_main(int, char **); int ec_main(int argc, char **argv)