1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

fix compiler warning

This commit is contained in:
Daniel Stenberg 2005-04-13 06:52:03 +00:00
parent 7c4feac6db
commit 4e26b2a65b

View File

@ -707,6 +707,8 @@ int Curl_ossl_close_all(struct SessionHandle *data)
ENGINE_free(data->state.engine); ENGINE_free(data->state.engine);
data->state.engine = NULL; data->state.engine = NULL;
} }
#else
(void)data;
#endif #endif
return 0; return 0;
} }