aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuraj Somorovsky <[email protected]>2016-11-19 23:55:49 +0100
committerJuraj Somorovsky <[email protected]>2016-11-20 00:17:13 +0100
commitf8519ee780d4ce31b2c1f4a066990432e8346bea (patch)
treedd3f11f9f2afd11f56dd079fd7f923d56f6ba776 /src
parent5848645d0726157a0a1ba8c811dc3d3567fc500e (diff)
Timing test suite needs to have TLS CBC functionality accessible
Diffstat (limited to 'src')
-rw-r--r--src/lib/tls/tls_cbc/tls_cbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_cbc/tls_cbc.h b/src/lib/tls/tls_cbc/tls_cbc.h
index c448879fb..97c3387e8 100644
--- a/src/lib/tls/tls_cbc/tls_cbc.h
+++ b/src/lib/tls/tls_cbc/tls_cbc.h
@@ -21,7 +21,7 @@ namespace TLS {
* TLS CBC+HMAC AEAD base class (GenericBlockCipher in TLS spec)
* This is the weird TLS-specific mode, not for general consumption.
*/
-class TLS_CBC_HMAC_AEAD_Mode : public AEAD_Mode
+class BOTAN_DLL TLS_CBC_HMAC_AEAD_Mode : public AEAD_Mode
{
public:
size_t process(uint8_t buf[], size_t sz) override final;