mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
example: fix formatting nits
Also: - drop non-portable `__STRING()` macro use where still used. Closes #19746
This commit is contained in:
parent
c10dda9ebb
commit
aad3c2e8e1
50 changed files with 225 additions and 227 deletions
|
|
@ -68,11 +68,11 @@ int main(void)
|
|||
const char *pKeyType;
|
||||
|
||||
#ifdef USE_ENGINE
|
||||
pKeyName = "rsa_test";
|
||||
pKeyType = "ENG";
|
||||
pKeyName = "rsa_test";
|
||||
pKeyType = "ENG";
|
||||
#else
|
||||
pKeyName = "testkey.pem";
|
||||
pKeyType = "PEM";
|
||||
pKeyName = "testkey.pem";
|
||||
pKeyType = "PEM";
|
||||
#endif
|
||||
|
||||
res = curl_global_init(CURL_GLOBAL_ALL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue