Borland C++ Builder 5 complains about unreachable statements.
authorRichard Levitte <levitte@openssl.org>
Wed, 19 Feb 2003 11:22:15 +0000 (11:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 Feb 2003 11:22:15 +0000 (11:22 +0000)
crypto/md2/md2test.c

index d2f6dce97fa09c10ff40c1d7bacce25103131c56..901d0a7d8ea6130df702911aa1288f155153c7e1 100644 (file)
@@ -125,7 +125,6 @@ int main(int argc, char *argv[])
                P++;
                }
        EXIT(err);
-       return(0);
        }
 
 static char *pt(unsigned char *md)