mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:44:32 +03:00
Tor Arntsen fixed a 'Statement not reachable'-warning
This commit is contained in:
parent
923ce98e42
commit
fb1039f2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -335,11 +335,11 @@ int cert_stuff(struct connectdata *conn,
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
break;
|
||||
#else
|
||||
failf(data, "file type ENG for private key not supported\n");
|
||||
return 0;
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
failf(data, "not supported file type for private key\n");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue