diff options
Diffstat (limited to 'crypto/hmac.h')
-rw-r--r-- | crypto/hmac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/hmac.h b/crypto/hmac.h index e52d519..b170ce7 100644 --- a/crypto/hmac.h +++ b/crypto/hmac.h @@ -13,14 +13,14 @@ #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "base/string_piece.h" -#include "crypto/crypto_api.h" +#include "crypto/crypto_export.h" namespace crypto { // Simplify the interface and reduce includes by abstracting out the internals. struct HMACPlatformData; -class CRYPTO_API HMAC { +class CRYPTO_EXPORT HMAC { public: // The set of supported hash functions. Extend as required. enum HashAlgorithm { |