Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: crypto/sha2.h

Issue 7605019: Reduce number of unnamed-type-template-args violations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698