Ticket #662: ngx_event_openssl.c.diff

File ngx_event_openssl.c.diff, 780 bytes (added by Erik Dubbelboer, 12 years ago)
  • ngx_event_openssl.c

    old new  
    18691869#ifdef SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING
    18701870            || n == SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING           /*  345 */
    18711871#endif
     1872#ifdef SSL_R_INAPPROPRIATE_FALLBACK
     1873            || n == SSL_R_INAPPROPRIATE_FALLBACK                     /*  373 */
     1874#endif
    18721875            || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */
    18731876            || n == SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE             /* 1010 */
    18741877            || n == SSL_R_SSLV3_ALERT_BAD_RECORD_MAC                 /* 1020 */