summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 19:30:10 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 19:30:10 +0000
commitd3cbcba11a72e554e03799f642a083990d48ae09 (patch)
treef2993654aae7dff0441bc77ccfa92ef504f675e6 /misc.h
parentce81ba495d18dce45a4fa5142cc3030e7c12a2e3 (diff)
downloadcryptopp-d3cbcba11a72e554e03799f642a083990d48ae09.tar.gz
fix DLL compile
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@348 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 8dc91f2..626c265 100644
--- a/misc.h
+++ b/misc.h
@@ -394,7 +394,7 @@ inline CipherDir GetCipherDir(const T &obj)
return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION;
}
-void CallNewHandler();
+CRYPTOPP_DLL void CallNewHandler();
inline void IncrementCounterByOne(byte *inout, unsigned int s)
{