diff --git a/lib/easy.c b/lib/easy.c index 6b4fb8efeb..db4f834fb9 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -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