Index: crypto/secure_hash_openssl.cc |
=================================================================== |
--- crypto/secure_hash_openssl.cc (revision 168842) |
+++ crypto/secure_hash_openssl.cc (working copy) |
@@ -4,7 +4,8 @@ |
#include "crypto/secure_hash.h" |
-#include <openssl/ssl.h> |
+#include <openssl/crypto.h> |
+#include <openssl/sha.h> |
#include "base/basictypes.h" |
#include "base/logging.h" |