Ticket #662: ngx_event_openssl.c.diff
| File ngx_event_openssl.c.diff, 780 bytes (added by , 12 years ago) |
|---|
-
ngx_event_openssl.c
old new 1869 1869 #ifdef SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 1870 1870 || n == SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING /* 345 */ 1871 1871 #endif 1872 #ifdef SSL_R_INAPPROPRIATE_FALLBACK 1873 || n == SSL_R_INAPPROPRIATE_FALLBACK /* 373 */ 1874 #endif 1872 1875 || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */ 1873 1876 || n == SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE /* 1010 */ 1874 1877 || n == SSL_R_SSLV3_ALERT_BAD_RECORD_MAC /* 1020 */
