Searched refs:proxyauthenc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1335 char *proxyauth, *proxyauthenc = NULL; local
1345 proxyauthenc = base64encode(proxyauth, len);
1346 if (proxyauthenc != NULL) {
1347 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc);
1348 OPENSSL_clear_free(proxyauthenc, strlen(proxyauthenc));
1352 if (proxyauthenc == NULL)

Completed in 132 milliseconds