| Index: net/ntlm/des.cc
|
| diff --git a/net/http/des.cc b/net/ntlm/des.cc
|
| similarity index 98%
|
| rename from net/http/des.cc
|
| rename to net/ntlm/des.cc
|
| index 57f67d7c51f81e3fe76c690e499ee8f9aa1cdb04..1967f66c8dcda0ac21cc175287691abadb8f5667 100644
|
| --- a/net/http/des.cc
|
| +++ b/net/ntlm/des.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/http/des.h"
|
| +#include "net/ntlm/des.h"
|
|
|
| #include "base/logging.h"
|
| #include "crypto/openssl_util.h"
|
| @@ -11,6 +11,7 @@
|
| // The iOS version of DESEncrypt is our own code.
|
| // DESSetKeyParity and DESMakeKey are based on
|
| // mozilla/security/manager/ssl/src/nsNTLMAuthModule.cpp, CVS rev. 1.14.
|
| +/* clang-format off */
|
|
|
| /* ***** BEGIN LICENSE BLOCK *****
|
| * Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|