Typos, typos...
authorAndy Polyakov <appro@openssl.org>
Sun, 25 Jul 2004 20:09:56 +0000 (20:09 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 25 Jul 2004 20:09:56 +0000 (20:09 +0000)
crypto/md2/md2.h
crypto/md5/md5.h

index 15bd40c7b7bc4fbdb4d31ca0144a13fef970638d..5b71855cb2e42fc17caeb4456134a0825114fe01 100644 (file)
@@ -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];
index a58940e5471f5c4ac032fd6633ce24f4ef00ebde..6d283fe9dac8d9903c0701bff3654b2a0565bd2a 100644 (file)
@@ -101,7 +101,7 @@ typedef struct MD5state_st
        MD5_LONG A,B,C,D;
        MD5_LONG Nl,Nh;
        MD5_LONG data[MD5_LBLOCK];
-       unigned int num;
+       unsigned int num;
        } MD5_CTX;
 
 int MD5_Init(MD5_CTX *c);