diff options
-rw-r--r-- | net/http/des.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/http/des.cc b/net/http/des.cc index 9ffa72d..30706e9 100644 --- a/net/http/des.cc +++ b/net/http/des.cc @@ -13,11 +13,6 @@ #include <nss.h> #include <pk11pub.h> #include "base/nss_util.h" -#elif defined(USE_OPENSSL) -#ifndef ANDROID -#include "base/openssl_util.h" -#endif -#include <openssl/des.h> #elif defined(OS_MACOSX) #include <CommonCrypto/CommonCryptor.h> #elif defined(OS_WIN) |