From 3d33f3bbe4e6dfa5ae36a2ced644b623b345bd9e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 7 Nov 2016 15:15:06 +0000 Subject: [PATCH] Update a comment The name and type of the argument to ssl_check_for_safari() has changed. Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz --- ssl/t1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 1c2ee52328..100c9f9598 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -1690,7 +1690,7 @@ static int tls1_alpn_handle_client_hello_late(SSL *s, int *al) #ifndef OPENSSL_NO_EC /*- * ssl_check_for_safari attempts to fingerprint Safari using OS X - * SecureTransport using the TLS extension block in |pkt|. + * SecureTransport using the TLS extension block in |hello|. * Safari, since 10.6, sends exactly these extensions, in this order: * SNI, * elliptic_curves -- 2.34.1