summaryrefslogtreecommitdiffstats
path: root/crypto/encryptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encryptor.h')
-rw-r--r--crypto/encryptor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/encryptor.h b/crypto/encryptor.h
index d8250f6..0fdf758 100644
--- a/crypto/encryptor.h
+++ b/crypto/encryptor.h
@@ -9,6 +9,7 @@
#include <string>
#include "build/build_config.h"
+#include "crypto/crypto_api.h"
#if defined(USE_NSS)
#include "crypto/scoped_nss_types.h"
@@ -20,7 +21,7 @@ namespace crypto {
class SymmetricKey;
-class Encryptor {
+class CRYPTO_API Encryptor {
public:
enum Mode {
CBC