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