mirror of
https://github.com/curl/curl.git
synced 2026-04-18 08:01:40 +03:00
easy: remove duplicate wolfSSH init call
It is already done in Curl_ssh_init() where it belongs. Closes #12168
This commit is contained in:
parent
24c495a52f
commit
347cf02e9d
1 changed files with 0 additions and 7 deletions
|
|
@ -194,13 +194,6 @@ static CURLcode global_init(long flags, bool memoryfuncs)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_WOLFSSH
|
||||
if(WS_SUCCESS != wolfSSH_Init()) {
|
||||
DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n"));
|
||||
return CURLE_FAILED_INIT;
|
||||
}
|
||||
#endif
|
||||
|
||||
easy_init_flags = flags;
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue