Chromium Code Reviews| Index: openssl/crypto/conf/conf_mall.c |
| =================================================================== |
| --- openssl/crypto/conf/conf_mall.c (revision 105093) |
| +++ openssl/crypto/conf/conf_mall.c (working copy) |
| @@ -63,7 +63,6 @@ |
| #include <openssl/dso.h> |
| #include <openssl/x509.h> |
| #include <openssl/asn1.h> |
| -#include <openssl/evp.h> |
| #ifndef OPENSSL_NO_ENGINE |
| #include <openssl/engine.h> |
| #endif |
| @@ -77,6 +76,5 @@ |
| #ifndef OPENSSL_NO_ENGINE |
| ENGINE_add_conf_module(); |
| #endif |
| - EVP_add_alg_module(); |
| } |