From: Richard Levitte Date: Wed, 19 Feb 2003 11:22:15 +0000 (+0000) Subject: Borland C++ Builder 5 complains about unreachable statements. X-Git-Tag: BEN_FIPS_TEST_1~38^2~297 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77e270d10e4c8ec047ef9080fccc281022ccb840;p=oweals%2Fopenssl.git Borland C++ Builder 5 complains about unreachable statements. --- 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)