diff options
author | Jack Lloyd <[email protected]> | 2016-12-27 16:33:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-27 16:33:49 -0500 |
commit | 0f0b147f57fda3459143e71b4c1ff4444d27fdd3 (patch) | |
tree | c4a5e8ae5b46d44ef677fb212a0a1cdba463ca10 /src/lib/pubkey/xmss/xmss_verification_operation.h | |
parent | c4cc713ef6257d714af5371f425c934259cfbe40 (diff) |
Remove unnecessary BOTAN_DLL annotations
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_verification_operation.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_verification_operation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_verification_operation.h b/src/lib/pubkey/xmss/xmss_verification_operation.h index 1ef836fec..c3682c0ad 100644 --- a/src/lib/pubkey/xmss/xmss_verification_operation.h +++ b/src/lib/pubkey/xmss/xmss_verification_operation.h @@ -25,7 +25,7 @@ namespace Botan { * Provides signature verification capabilities for Extended Hash-Based * Signatures (XMSS). **/ - class BOTAN_DLL XMSS_Verification_Operation + class XMSS_Verification_Operation : public virtual PK_Ops::Verification, public XMSS_Common_Ops { |