Add comment.

This commit is contained in:
2018-10-09 07:14:25 +09:00
parent dbe0b03004
commit faff3eca89
+1
View File
@@ -2631,6 +2631,7 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
/* Strict SNI Error Patch /* Strict SNI Error Patch
* https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319 * https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319
* https://github.com/hakasenyang/openssl-patch/issues/7#issuecomment-427872934
*/ */
#if (defined SSL_R_CALLBACK_FAILED && defined SSL_F_FINAL_SERVER_NAME) #if (defined SSL_R_CALLBACK_FAILED && defined SSL_F_FINAL_SERVER_NAME)
if (n == SSL_R_CALLBACK_FAILED) { if (n == SSL_R_CALLBACK_FAILED) {