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

Unified Diff: net/ntlm/md4.cc

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Review feedback Created 3 years, 5 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: net/ntlm/md4.cc
diff --git a/net/http/md4.cc b/net/ntlm/md4.cc
similarity index 99%
rename from net/http/md4.cc
rename to net/ntlm/md4.cc
index 890b98b1d4f29c2c402787f15ebda5b94e9ecf94..fb9a4f7d4ce467d9f0b316d520552913401e7b51 100644
--- a/net/http/md4.cc
+++ b/net/ntlm/md4.cc
@@ -45,10 +45,11 @@
* "clean room" MD4 implementation (see RFC 1320)
*/
-#include "net/http/md4.h"
+#include "net/ntlm/md4.h"
#include <string.h>
+/* clang-format off */
Ryan Sleevi 2017/07/13 17:39:54 I would move this to line 6
zentaro 2017/07/13 18:20:31 Done.
typedef uint32_t Uint32;
typedef uint8_t Uint8;

Powered by Google App Engine
This is Rietveld 408576698