summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 330ce2b..9316258 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -747,10 +747,10 @@ public:
};
//! the default channel for BufferedTransformation, equal to the empty string
-extern const std::string DEFAULT_CHANNEL;
+extern CRYPTOPP_DLL const std::string DEFAULT_CHANNEL;
//! channel for additional authenticated data, equal to "AAD"
-extern const std::string AAD_CHANNEL;
+extern CRYPTOPP_DLL const std::string AAD_CHANNEL;
//! interface for buffered transformations