summaryrefslogtreecommitdiff
path: root/crypto/md2
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-08-03 19:56:36 +0000
committerAndy Polyakov <appro@openssl.org>2005-08-03 19:56:36 +0000
commit19bd66fe747e9768a684e26f24bae4445353ee6c (patch)
tree915972b04847f81885f16009df7dac34728b4f9c /crypto/md2
parent45771abbd60007dc8c192b1e54b7e4dcdbcd60b9 (diff)
downloadopenssl-new-19bd66fe747e9768a684e26f24bae4445353ee6c.tar.gz
WCE update, mostly typos.
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c
index 21b381c351..db5f5bc6d2 100644
--- a/crypto/md2/md2test.c
+++ b/crypto/md2/md2test.c
@@ -128,6 +128,7 @@ int main(int argc, char *argv[])
if (err) printf("ERROR: %d\n", err);
#endif
EXIT(err);
+ return err;
}
static char *pt(unsigned char *md)