fix compiler warning

This commit is contained in:
Daniel Stenberg 2005-04-13 06:52:03 +00:00
parent 7c4feac6db
commit 4e26b2a65b
1 changed files with 2 additions and 0 deletions

View File

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