aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/shatest.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/sha/shatest.c
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
downloadopenssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.gz
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/sha/shatest.c')
-rw-r--r--crypto/sha/shatest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/sha/shatest.c b/crypto/sha/shatest.c
index 9224e88dd8..4e201ed7ea 100644
--- a/crypto/sha/shatest.c
+++ b/crypto/sha/shatest.c
@@ -87,12 +87,7 @@ char *bigret=
"34aa973cd4c4daa4f61eeb2bdbad27316534016f";
#endif
-#ifndef NOPROTO
static char *pt(unsigned char *md);
-#else
-static char *pt();
-#endif
-
int main(int argc, char *argv[])
{
int i,err=0;