summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 82bb20a8be..2f87147a81 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -73,12 +73,7 @@
#undef PROG
#define PROG dgst_main
-#ifndef NOPROTO
void do_fp(unsigned char *buf,BIO *f,int sep);
-#else
-void do_fp();
-#endif
-
int MAIN(int argc, char **argv)
{
unsigned char *buf=NULL;