Chromium Code Reviews| 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; |