Skip to content

Commit bf77a18

Browse files
committed
Update Enable_BoringSSL_OCSP.patch
1 parent 306fd6a commit bf77a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Enable_BoringSSL_OCSP.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index 0bea5e7..334f1c2 100644
1414
ngx_str_t *responder, ngx_uint_t verify)
1515
{
1616
+#ifdef BORINGSSL_MAKE_DELETER
17-
+ ngx_log_error(NGX_LOG_WARN, ssl->log, 0,
17+
+ ngx_log_error(NGX_LOG_NOTICE, ssl->log, 0,
1818
+ "using boringssl, currently only \"ssl_stapling_file\" is supported. use it as your own risk");
1919
+
2020
+ BIO *bio;

0 commit comments

Comments
 (0)