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

Unified Diff: net/ntlm/md4.cc

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Rebase 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
« no previous file with comments | « net/ntlm/md4.h ('k') | net/ntlm/ntlm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cd18e9fd88ebc22c3f1237abea3810bcde4ce509 100644
--- a/net/http/md4.cc
+++ b/net/ntlm/md4.cc
@@ -4,6 +4,7 @@
// WARNING: MD4 is cryptographically weak. Do not use MD4 except in NTLM
// authentication.
+/* clang-format off */
/* vim:set ts=2 sw=2 et cindent: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -45,7 +46,7 @@
* "clean room" MD4 implementation (see RFC 1320)
*/
-#include "net/http/md4.h"
+#include "net/ntlm/md4.h"
#include <string.h>
« no previous file with comments | « net/ntlm/md4.h ('k') | net/ntlm/ntlm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698