| 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>
|
|
|
|
|