summaryrefslogtreecommitdiffstats
path: root/crypto/signature_creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/signature_creator.h')
-rw-r--r--crypto/signature_creator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/signature_creator.h b/crypto/signature_creator.h
index e210a02..eccfcce 100644
--- a/crypto/signature_creator.h
+++ b/crypto/signature_creator.h
@@ -21,7 +21,7 @@ struct SGNContextStr;
#include <vector>
#include "base/basictypes.h"
-#include "crypto/crypto_api.h"
+#include "crypto/crypto_export.h"
#include "crypto/rsa_private_key.h"
#if defined(OS_WIN)
@@ -32,7 +32,7 @@ namespace crypto {
// Signs data using a bare private key (as opposed to a full certificate).
// Currently can only sign data using SHA-1 with RSA encryption.
-class CRYPTO_API SignatureCreator {
+class CRYPTO_EXPORT SignatureCreator {
public:
~SignatureCreator();