Chromium Code Reviews| Index: crypto/ghash.h |
| diff --git a/crypto/ghash.h b/crypto/ghash.h |
| index 6dc247be28e9417a8bd3c5ebb950e470173adf0f..53f6b51867446a087d0cd31f4f713301eb59110c 100644 |
| --- a/crypto/ghash.h |
| +++ b/crypto/ghash.h |
| @@ -25,7 +25,7 @@ namespace crypto { |
| // |
| // WARNING: this code is not constant time. However, in all likelihood, nor is |
| // the implementation of AES that is used. |
| -class CRYPTO_EXPORT_PRIVATE GaloisHash { |
| +class CRYPTO_EXPORT GaloisHash { |
| public: |
| explicit GaloisHash(const uint8 key[16]); |