]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
* merged with apt--mvo--0 and apt--ddtp--0
[apt.git] / apt-pkg / contrib / md5.h
index 9e20f7cef0ddaae3c6e60c319dca0efd18d17e63..9447e995657648ca69809b3552dbf02776bc23c4 100644 (file)
@@ -58,7 +58,7 @@ class MD5SumValue
 
 class MD5Summation
 {
-   unsigned char Buf[4*4];
+   uint32_t Buf[4];
    unsigned char Bytes[2*4];
    unsigned char In[16*4];
    bool Done;