diff options
Diffstat (limited to 'src/tls/tls_client.h')
-rw-r--r-- | src/tls/tls_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_client.h b/src/tls/tls_client.h index b62e4aadf..ad13a94dc 100644 --- a/src/tls/tls_client.h +++ b/src/tls/tls_client.h @@ -73,7 +73,7 @@ class BOTAN_DLL Client : public Channel void alert_notify(const Alert& alert) override; - class Handshake_Reader* new_handshake_reader() const override; + class Handshake_State* new_handshake_state() override; const Policy& m_policy; RandomNumberGenerator& m_rng; |