From 859e63275f43d42a49a339847db7207134949227 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:30:10 +0000 Subject: [PATCH] fix DLL compile --- misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.h b/misc.h index 8dc91f2f..626c2656 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) {