Searched refs:authencstr (Results 1 – 1 of 1) sorted by relevance
1656 char *authencstr; in http_req() local1673 if ((authencstr = malloc((authlen + 2) / 3 * 4 + 1)) == NULL) { in http_req()1680 (void) EVP_EncodeBlock((unsigned char *)authencstr, in http_req()1686 requestlen += 21 + strlen(authencstr) + 2; in http_req()1688 free(authencstr); in http_req()1697 "Authorization: Basic %s\r\n", authencstr); in http_req()1699 free(authencstr); in http_req()