diff options
Diffstat (limited to 'src/lib/tls/tls_alert.h')
-rw-r--r-- | src/lib/tls/tls_alert.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/tls/tls_alert.h b/src/lib/tls/tls_alert.h index 81946d9db..1184c6260 100644 --- a/src/lib/tls/tls_alert.h +++ b/src/lib/tls/tls_alert.h @@ -60,8 +60,7 @@ class BOTAN_DLL Alert NO_APPLICATION_PROTOCOL = 120, // RFC 7301 // pseudo alert values - NULL_ALERT = 256, - HEARTBEAT_PAYLOAD = 257 + NULL_ALERT = 256 }; /** @@ -93,7 +92,7 @@ class BOTAN_DLL Alert * Deserialize an Alert message * @param buf the serialized alert */ - Alert(const secure_vector<byte>& buf); + explicit Alert(const secure_vector<byte>& buf); /** * Create a new Alert |