diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
commit | a9be3af5ad4836f7e50f0546311ca90c717b861e (patch) | |
tree | f44f7f8c4497d85da4c5cbd08067479bb20ced95 /apps/dgst.c | |
parent | Extensively changed the DEF file generator mkdef.pl to use a modified version (diff) | |
download | openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.xz openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.zip |
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'apps/dgst.c')
-rw-r--r-- | apps/dgst.c | 5 |
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; |