summaryrefslogtreecommitdiff
path: root/crypto/md2
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-25 20:09:56 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-25 20:09:56 +0000
commitd6bb6a88bedde202b17a63a7ae56828453d54360 (patch)
tree54609abe4ee2e90804b8aa578f13f147fe92885a /crypto/md2
parent3205db2bfecdd83d321455a6302628f39b336be4 (diff)
downloadopenssl-new-d6bb6a88bedde202b17a63a7ae56828453d54360.tar.gz
Typos, typos...
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 15bd40c7b7..5b71855cb2 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -73,7 +73,7 @@ extern "C" {
typedef struct MD2state_st
{
- usigned int num;
+ unsigned int num;
unsigned char data[MD2_BLOCK];
MD2_INT cksm[MD2_BLOCK];
MD2_INT state[MD2_BLOCK];