From f3f36611db8c3f6c67c818d454973a0165b0fcf2 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 16 Dec 2009 22:53:25 +0000 Subject: Add missing BOTAN_DLL exports. Move most of the engine headers to internal --- src/block/gost_28147/gost_28147.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/block/gost_28147/gost_28147.h') diff --git a/src/block/gost_28147/gost_28147.h b/src/block/gost_28147/gost_28147.h index bf6f8178b..2b7daaf6a 100644 --- a/src/block/gost_28147/gost_28147.h +++ b/src/block/gost_28147/gost_28147.h @@ -12,15 +12,13 @@ namespace Botan { -class GOST_28147_89_Params; - /** * The GOST 28147-89 block cipher uses a set of 4 bit Sboxes, however * the standard does not actually define these Sboxes; they are * considered a local configuration issue. Several different sets are * used. */ -class GOST_28147_89_Params +class BOTAN_DLL GOST_28147_89_Params { public: byte sbox_entry(u32bit row, u32bit col) const; -- cgit v1.2.3