1
0
mirror of synced 2025-04-20 11:47:43 +03:00
This commit is contained in:
Jiwoo Park 2023-10-30 20:13:40 +09:00 committed by GitHub
parent 1a49076b5b
commit 1d6b22b5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8659,8 +8659,8 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const {
auto type = GEN_DNS; auto type = GEN_DNS;
struct in6_addr addr6; struct in6_addr addr6 {};
struct in_addr addr; struct in_addr addr {};
size_t addr_len = 0; size_t addr_len = 0;
#ifndef __MINGW32__ #ifndef __MINGW32__