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 d67a14b75..9f8e33f30 100644 --- a/src/tls/tls_client.h +++ b/src/tls/tls_client.h @@ -58,7 +58,7 @@ class BOTAN_DLL Client : public Channel void process_handshake_msg(Handshake_Type type, const MemoryRegion<byte>& contents); - void alert_notify(bool is_fatal, Alert_Type type); + void alert_notify(bool is_fatal, Alert::Type type); const Policy& policy; RandomNumberGenerator& rng; |