Index: crypto/sha2.h |
=================================================================== |
--- crypto/sha2.h (revision 98480) |
+++ crypto/sha2.h (working copy) |
@@ -16,7 +16,7 @@ |
// |
// Functions for SHA-384 and SHA-512 can be added when the need arises. |
-enum { |
+enum Constants { |
wtc
2011/08/26 21:20:53
Would you be willing to name this enum ClangWarnsI
Peter Kasting
2011/08/26 21:32:51
No, for various reasons, not least that Clang does
|
SHA256_LENGTH = 32 // length in bytes of a SHA-256 hash |
}; |