diff options
author | Francis Dupont <fdupont@isc.org> | 2021-04-14 12:04:37 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-05-11 18:02:34 +0200 |
commit | 8ec151b9990f571c0790eb70f4a96262c9d9848f (patch) | |
tree | 4f9c2d42035764eca12cf393a23e2339a85b5cb2 /src/lib/asiolink/botan_tls.h | |
parent | [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkp... (diff) | |
download | kea-8ec151b9990f571c0790eb70f4a96262c9d9848f.tar.xz kea-8ec151b9990f571c0790eb70f4a96262c9d9848f.zip |
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkpoint: removed clear
Diffstat (limited to 'src/lib/asiolink/botan_tls.h')
-rw-r--r-- | src/lib/asiolink/botan_tls.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/asiolink/botan_tls.h b/src/lib/asiolink/botan_tls.h index 7f564ca19c..1735cc757c 100644 --- a/src/lib/asiolink/botan_tls.h +++ b/src/lib/asiolink/botan_tls.h @@ -131,11 +131,6 @@ public: isc_throw(NotImplemented, "Botan TLS is not yet supported"); } - /// @brief Clear the TLS state. - virtual void clear() { - isc_throw(NotImplemented, "Botan TLS is not yet supported"); - } - /// @brief Return the commonName part of the subjectName of /// the peer certificate. /// |