mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:27:16 +03:00
ssluse.c: Fixed compilation warnings when ENGINE not supported
The function "ssl_ui_reader" was declared but never referenced The function "ssl_ui_writer" was declared but never referenced
This commit is contained in:
parent
092f33d6bf
commit
a377fab015
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ static int do_file_type(const char *type)
|
|||
return -1;
|
||||
}
|
||||
|
||||
#ifdef HAVE_ENGINE_LOAD_FOUR_ARGS
|
||||
#if defined(HAVE_OPENSSL_ENGINE_H) && defined(HAVE_ENGINE_LOAD_FOUR_ARGS)
|
||||
/*
|
||||
* Supply default password to the engine user interface conversation.
|
||||
* The password is passed by OpenSSL engine from ENGINE_load_private_key()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue