Index: base/md5.h |
diff --git a/base/md5.h b/base/md5.h |
index 0b4cbcef3a8711d9fe8ebc90903f81538aa44523..82ce89c5f341adb4c5fd1262537bc2acc6c96e1c 100644 |
--- a/base/md5.h |
+++ b/base/md5.h |
@@ -36,9 +36,7 @@ namespace base { |
// You can call MD5DigestToBase16() to generate a string of the digest. |
// The output of an MD5 operation. |
-struct MD5Digest { |
- uint8_t a[16]; |
-}; |
+typedef uint8_t MD5Digest[16]; |
// Used for storing intermediate data during an MD5 computation. Callers |
// should not access the data. |