Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
H A Dsimplessl.c42 4.2. if the format of the key file is DER, set pKeyType to "DER"
62 const char *pKeyType; in main() local
68 pKeyType = "ENG"; in main()
72 pKeyType = "PEM"; in main()
116 curl_easy_setopt(curl, CURLOPT_SSLKEYTYPE, pKeyType); in main()

Completed in 1 milliseconds