diff options
Diffstat (limited to 'src/lib/misc/tss/tss.h')
-rw-r--r-- | src/lib/misc/tss/tss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/misc/tss/tss.h b/src/lib/misc/tss/tss.h index ac96a6e0c..354b43514 100644 --- a/src/lib/misc/tss/tss.h +++ b/src/lib/misc/tss/tss.h @@ -18,7 +18,7 @@ namespace Botan { /** * A split secret, using the format from draft-mcgrew-tss-03 */ -class BOTAN_DLL RTSS_Share +class BOTAN_PUBLIC_API(2,0) RTSS_Share { public: /** |