Add OpenSSL components to find_package call
Context
For some reason the current findOpenSSL led to some errors in my system. This change ensures the OpenSSL components we want to link against are found.
See https://cmake.org/cmake/help/v3.28/module/FindOpenSSL.html for the official documentation.
Edited by Jerome Hue