Loading crypto/md2/md2.h +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading crypto/md5/md5.h +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
crypto/md2/md2.h +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading
crypto/md5/md5.h +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading