Commit 4e26b2a6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix compiler warning

parent 7c4feac6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}