Loading lib/vtls/vtls.c +2 −0 Original line number Diff line number Diff line Loading @@ -845,6 +845,8 @@ CURLcode Curl_pin_peer_pubkey(struct SessionHandle *data, Curl_safefree(pinkeycopy); return result; } #else (void)data; #endif fp = fopen(pinnedpubkey, "rb"); Loading Loading
lib/vtls/vtls.c +2 −0 Original line number Diff line number Diff line Loading @@ -845,6 +845,8 @@ CURLcode Curl_pin_peer_pubkey(struct SessionHandle *data, Curl_safefree(pinkeycopy); return result; } #else (void)data; #endif fp = fopen(pinnedpubkey, "rb"); Loading