diff options
Diffstat (limited to 'src/lib/misc/hotp')
-rw-r--r-- | src/lib/misc/hotp/hotp.h | 2 | ||||
-rw-r--r-- | src/lib/misc/hotp/totp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/misc/hotp/hotp.h b/src/lib/misc/hotp/hotp.h index cc222e5c0..1b6d91c94 100644 --- a/src/lib/misc/hotp/hotp.h +++ b/src/lib/misc/hotp/hotp.h @@ -15,7 +15,7 @@ namespace Botan { /** * HOTP one time passwords (RFC 4226) */ -class BOTAN_DLL HOTP +class BOTAN_PUBLIC_API(2,2) HOTP { public: /** diff --git a/src/lib/misc/hotp/totp.h b/src/lib/misc/hotp/totp.h index 767c7cc5a..ff65c07e9 100644 --- a/src/lib/misc/hotp/totp.h +++ b/src/lib/misc/hotp/totp.h @@ -15,7 +15,7 @@ namespace Botan { /** * TOTP (time based) one time passwords (RFC 6238) */ -class BOTAN_DLL TOTP +class BOTAN_PUBLIC_API(2,2) TOTP { public: /** |