Chromium Code Reviews| Index: omaha_hash_calculator.h |
| diff --git a/omaha_hash_calculator.h b/omaha_hash_calculator.h |
| index 5a666b6bb65962b59d812dbbf06eca09e0a4d865..208fd01e6acddf2629c6d96b6795db9ca68cf1e5 100644 |
| --- a/omaha_hash_calculator.h |
| +++ b/omaha_hash_calculator.h |
| @@ -57,7 +57,7 @@ class OmahaHashCalculator { |
| bool valid_; |
| // The hash state used by OpenSSL |
| - SHA_CTX ctx_; |
| + SHA256_CTX ctx_; |
| DISALLOW_COPY_AND_ASSIGN(OmahaHashCalculator); |
| }; |