mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix SSL_get_tlsext_status_type patch
This commit is contained in:
committed by
Aleksei Kuzmin
parent
6f2f761df3
commit
e721388bac
@@ -20,7 +20,7 @@ index 0c004fd4..6c849b5b 100644
|
||||
}
|
||||
|
||||
+int SSL_get_tlsext_status_type(SSL *ssl) {
|
||||
+ if (ssl->ocsp_stapling_enabled) {
|
||||
+ if (ssl->config->ocsp_stapling_enabled) {
|
||||
+ return TLSEXT_STATUSTYPE_ocsp;
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user