View | Details | Raw Unified | Return to bug 56566
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- apache2-2.4.6.orig/modules/ssl/ssl_util_ssl.c
0
++ apache2-2.4.6/modules/ssl/ssl_util_ssl.c
Lines 500-505 int SSL_CTX_use_certificate_chain( Link Here
500
    unsigned long err;
500
    unsigned long err;
501
    int n;
501
    int n;
502
502
503
    /*
504
     * Clear error queue to try and fix spurious -1 returns
505
     * from this function
506
     */
507
    ERR_clear_error();
508
503
    if ((bio = BIO_new(BIO_s_file_internal())) == NULL)
509
    if ((bio = BIO_new(BIO_s_file_internal())) == NULL)
504
        return -1;
510
        return -1;
505
    if (BIO_read_filename(bio, file) <= 0) {
511
    if (BIO_read_filename(bio, file) <= 0) {

Return to bug 56566