From 9bc266e68d837178b56bc1c2893b01ccc812253a Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 23 Apr 2015 17:28:27 -0700 Subject: [PATCH] Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV. Comment-only change. No semantic effect. Change-Id: I72fe8a277eb65297edd26e590471f4cafd974e4a --- include/openssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 138f525a..7e086c17 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -559,7 +559,7 @@ typedef struct timeval OPENSSL_timeval; * session resumption is used for a given SSL*. */ #define SSL_MODE_NO_SESSION_CREATION 0x00000200L -/* SSL_MODE_SEND_SERVERHELLO_TIME sends TLS_FALLBACK_SCSV in the ClientHello. +/* SSL_MODE_SEND_FALLBACK_SCSV sends TLS_FALLBACK_SCSV in the ClientHello. * To be set only by applications that reconnect with a downgraded protocol * version; see https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-05 * for details.