summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-19 11:22:18 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-19 11:22:18 +0000
commitcf13eaf1a1b334f8d7eb9679f31982cc17e5a2ed (patch)
tree73f3addbea17cc341df14c273d5158c87fe5b591
parentcc811b1d7edce8c7c28ff790669e0b5ae43c6719 (diff)
Borland C++ Builder 5 complains about unreachable statements.
-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)