projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c893bff
)
Borland C++ Builder 5 complains about unreachable statements.
author
Richard Levitte
<levitte@openssl.org>
Wed, 19 Feb 2003 11:22:15 +0000
(11:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 19 Feb 2003 11:22:15 +0000
(11:22 +0000)
crypto/md2/md2test.c
patch
|
blob
|
history
diff --git
a/crypto/md2/md2test.c
b/crypto/md2/md2test.c
index d2f6dce97fa09c10ff40c1d7bacce25103131c56..901d0a7d8ea6130df702911aa1288f155153c7e1 100644
(file)
--- 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)