summaryrefslogtreecommitdiff
path: root/algparam.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-30 16:59:29 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-30 16:59:29 -0400
commit8988e36a48e9ce3d1f8971a09d6758bb324f6f1e (patch)
treeb2be86e2b1259c01b41ada396c0af5b9c7ed4971 /algparam.h
parenteb3b27a6a5432b21e8e0bb2abb364096b2dca41e (diff)
downloadcryptopp-git-8988e36a48e9ce3d1f8971a09d6758bb324f6f1e.tar.gz
Re-add CRYPTOPP_DLL to AssignIntToInteger
It looks like it was accidentally blown out at commit eb3b27a6a543
Diffstat (limited to 'algparam.h')
-rw-r--r--algparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algparam.h b/algparam.h
index 52dc6e27..95399615 100644
--- a/algparam.h
+++ b/algparam.h
@@ -303,7 +303,7 @@ AssignFromHelperClass<T, T> AssignFromHelper(T *pObject, const NameValuePairs &s
#ifndef CRYPTOPP_NO_ASSIGN_TO_INTEGER
// Allow the linker to discard Integer code if not needed.
// Also see http://github.com/weidai11/cryptopp/issues/389.
-bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const void *pInt);
+CRYPTOPP_DLL bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const void *pInt);
#endif
CRYPTOPP_DLL const std::type_info & CRYPTOPP_API IntegerTypeId();