Minor 64-bit md32_common.h update and minor unsignification of digests.
[openssl.git] / crypto / md2 / md2.h
index 45bf4cc29c84ed07b29a209dec14bf326bd2467f..15bd40c7b7bc4fbdb4d31ca0144a13fef970638d 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
 
 typedef struct MD2state_st
        {
-       int num;
+       usigned int num;
        unsigned char data[MD2_BLOCK];
        MD2_INT cksm[MD2_BLOCK];
        MD2_INT state[MD2_BLOCK];