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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsimplessl.c28 2. if the key is passphrase protected, set pPassphrase to the
50 const char *pPassphrase = NULL; local
106 if (pPassphrase)
107 curl_easy_setopt(curl,CURLOPT_KEYPASSWD,pPassphrase);

Completed in 27 milliseconds