]> Pileus Git - ~andy/fetchmail/blobdiff - fm_md5.h
Fix up merge.
[~andy/fetchmail] / fm_md5.h
index ea61c8231cf9fcd0405a16f246f4f312e8910148..8f367dc6ce3a295da605fb8c9edc00d76febe711 100644 (file)
--- a/fm_md5.h
+++ b/fm_md5.h
@@ -12,7 +12,7 @@ struct MD5Context {
        uint32_t bits[2];
        union {
            unsigned char in[64];
-           uint32        in32[16];
+           uint32_t      in32[16];
        } u;
 };