diff options
author | Jack Lloyd <[email protected]> | 2017-10-02 23:33:23 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-02 23:33:23 -0400 |
commit | 9701249c99e4775d7015ce5d6a884626cc8f2673 (patch) | |
tree | 14801cf5c47c462acbe1e2e81ee5cd693987f096 | |
parent | 59f461caed52415169e496b584d3ccebe5f49b2c (diff) |
Make TLS::Blocking_Client non-final
It is intended for derivation! Just not tested...
-rw-r--r-- | src/lib/tls/tls_blocking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_blocking.h b/src/lib/tls/tls_blocking.h index c40d127ca..01620c652 100644 --- a/src/lib/tls/tls_blocking.h +++ b/src/lib/tls/tls_blocking.h @@ -19,7 +19,7 @@ namespace TLS { * Blocking TLS Client * Can be used directly, or subclass to get handshake and alert notifications */ -class BOTAN_PUBLIC_API(2,0) Blocking_Client final +class BOTAN_PUBLIC_API(2,0) Blocking_Client { public: /* |