summaryrefslogtreecommitdiffstats
path: root/crypto/openpgp_symmetric_encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openpgp_symmetric_encryption.h')
-rw-r--r--crypto/openpgp_symmetric_encryption.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openpgp_symmetric_encryption.h b/crypto/openpgp_symmetric_encryption.h
index e2a4bbd..691fdf2 100644
--- a/crypto/openpgp_symmetric_encryption.h
+++ b/crypto/openpgp_symmetric_encryption.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/string_piece.h"
-#include "crypto/crypto_api.h"
+#include "crypto/crypto_export.h"
namespace crypto {
@@ -20,7 +20,7 @@ namespace crypto {
//
// Likewise, the output of this can be decrypted on the command line with:
// gpg < input
-class CRYPTO_API OpenPGPSymmetricEncrytion {
+class CRYPTO_EXPORT OpenPGPSymmetricEncrytion {
public:
enum Result {
OK,