Latest update - 7485

This commit is contained in:
2019-04-04 23:03:17 +09:00
parent a592b83f05
commit 12e748d160
+1 -1
View File
@@ -227,7 +227,7 @@ ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl,
return NGX_ERROR;
}
bio = BIO_new_file((char *) file->data, "r");
bio = BIO_new_file((char *) file->data, "rb");
if (bio == NULL) {
ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
"BIO_new_file(\"%s\") failed", file->data);