summaryrefslogtreecommitdiffstats
path: root/crypto/secure_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/secure_hash.h')
-rw-r--r--crypto/secure_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/secure_hash.h b/crypto/secure_hash.h
index bdeb9f1..8a0f6ae 100644
--- a/crypto/secure_hash.h
+++ b/crypto/secure_hash.h
@@ -7,13 +7,13 @@
#pragma once
#include "base/basictypes.h"
-#include "crypto/crypto_api.h"
+#include "crypto/crypto_export.h"
namespace crypto {
// A wrapper to calculate secure hashes incrementally, allowing to
// be used when the full input is not known in advance.
-class CRYPTO_API SecureHash {
+class CRYPTO_EXPORT SecureHash {
public:
enum Algorithm {
SHA256,