summaryrefslogtreecommitdiffstats
path: root/crypto/md2
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-19 11:22:15 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-19 11:22:15 +0000
commit77e270d10e4c8ec047ef9080fccc281022ccb840 (patch)
treeb73755658d5177f9cbf424a331d6918b4deac0ad /crypto/md2
parentc893bffae7601a2010ac57212257bd4e9784af6b (diff)
Borland C++ Builder 5 complains about unreachable statements.
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c
index d2f6dce97f..901d0a7d8e 100644
--- a/crypto/md2/md2test.c
+++ b/crypto/md2/md2test.c
@@ -125,7 +125,6 @@ int main(int argc, char *argv[])
P++;
}
EXIT(err);
- return(0);
}
static char *pt(unsigned char *md)