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

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dsimplessl.c32 3.2. set pEngine to the name of the crypto engine you use
58 const char *pEngine; local
63 pEngine = "chil"; /* for nChiper HSM... */
67 pEngine = NULL;
82 if (pEngine) /* use crypto engine */
84 if (curl_easy_setopt(curl, CURLOPT_SSLENGINE,pEngine) != CURLE_OK)

Completed in 113 milliseconds