You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpService.c: In function ‘HTTPSClient’:
httpService.c:115:62: error: ‘struct hostent’ has no member named ‘h_addr’
115 | memcpy((char *)&serv_addr.sin_addr.s_addr, (char *)server->h_addr, server->h_length);
httpService.c: In function ‘HTTPSClient’:
httpService.c:115:62: error: ‘struct hostent’ has no member named ‘h_addr’
115 | memcpy((char *)&serv_addr.sin_addr.s_addr, (char *)server->h_addr, server->h_length);