diff --git a/src/internal.c b/src/internal.c index 5a6afc4c7..86083fcaf 100644 --- a/src/internal.c +++ b/src/internal.c @@ -147,7 +147,7 @@ enum processReply { /* Server random bytes for TLS v1.3 described downgrade protection mechanism. */ static const byte tls13Downgrade[7] = { - 0x44, 0x4f, 0x47, 0x4e, 0x47, 0x52, 0x44 + 0x44, 0x4f, 0x57, 0x4e, 0x47, 0x52, 0x44 }; #define TLS13_DOWNGRADE_SZ sizeof(tls13Downgrade)