mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:17:16 +03:00
prevent compiler warning when built without engine support
This commit is contained in:
parent
dc28a9c0c1
commit
553082e24a
1 changed files with 1 additions and 0 deletions
|
|
@ -534,6 +534,7 @@ CURLcode Curl_SSL_set_engine(struct SessionHandle *data, const char *engine)
|
|||
data->state.engine = e;
|
||||
return (CURLE_OK);
|
||||
#else
|
||||
(void)engine;
|
||||
failf(data, "SSL Engine not supported");
|
||||
return (CURLE_SSL_ENGINE_NOTFOUND);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue