]> git.kaiwu.me - nginx.git/commitdiff
Updated link to OpenSSL commit
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 8 Jun 2026 14:23:56 +0000 (18:23 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Wed, 10 Jun 2026 18:21:10 +0000 (22:21 +0400)
src/event/ngx_event_openssl.c

index e11694586cd420e7808d7bfb6f37ed0a7ff15b4c..9868dfa2f5d76e95ab4048d83f4d97eebf6ce603 100644 (file)
@@ -3251,7 +3251,7 @@ ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size)
          * OpenSSL 1.1.1 fails to return SSL_ERROR_SYSCALL if an error
          * happens during SSL_write() after close_notify alert from the
          * peer, and returns SSL_ERROR_ZERO_RETURN instead,
-         * https://git.openssl.org/?p=openssl.git;a=commitdiff;h=8051ab2
+         * see https://github.com/openssl/openssl/commit/8051ab2
          */
 
         sslerr = SSL_ERROR_SYSCALL;