mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
examples: fix compiler warnings
This commit is contained in:
parent
8219bc9e19
commit
9583b4af90
14 changed files with 25 additions and 19 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
*/
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(void)
|
||||
{
|
||||
CURL *curl;
|
||||
CURLcode res;
|
||||
|
|
@ -47,7 +47,7 @@ int main(int argc, char **argv)
|
|||
|
||||
const char *pEngine;
|
||||
|
||||
#if USE_ENGINE
|
||||
#ifdef USE_ENGINE
|
||||
pKeyName = "rsa_test";
|
||||
pKeyType = "ENG";
|
||||
pEngine = "chil"; /* for nChiper HSM... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue