CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY PAHO_BUILD_SHARED /home/conan/w/cci_PR-4293/.conan/data/paho-mqtt-c/1.3.0/_/_/build/2de3198845f52c9d7cfa360df02ff7c82c5a3da3/source_subfolder/src/SSLSocket.c: In function 'SSLSocket_createContext': /home/conan/w/cci_PR-4293/.conan/data/paho-mqtt-c/1.3.0/_/_/build/2de3198845f52c9d7cfa360df02ff7c82c5a3da3/source_subfolder/src/SSLSocket.c:537:4: warning: 'TLSv1_client_method' is deprecated (declared at /home/conan/w/cci_PR-4293/.conan/data/openssl/1.1.1i/_/_/package/2345d377da94e8ffae1333469573b8215c98c514/include/openssl/ssl.h:1879) [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_client_method()); ^ /home/conan/w/cci_PR-4293/.conan/data/paho-mqtt-c/1.3.0/_/_/build/2de3198845f52c9d7cfa360df02ff7c82c5a3da3/source_subfolder/src/SSLSocket.c:542:4: warning: 'TLSv1_1_client_method' is deprecated (declared at /home/conan/w/cci_PR-4293/.conan/data/openssl/1.1.1i/_/_/package/2345d377da94e8ffae1333469573b8215c98c514/include/openssl/ssl.h:1885) [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_1_client_method()); ^ /home/conan/w/cci_PR-4293/.conan/data/paho-mqtt-c/1.3.0/_/_/build/2de3198845f52c9d7cfa360df02ff7c82c5a3da3/source_subfolder/src/SSLSocket.c:547:4: warning: 'TLSv1_2_client_method' is deprecated (declared at /home/conan/w/cci_PR-4293/.conan/data/openssl/1.1.1i/_/_/package/2345d377da94e8ffae1333469573b8215c98c514/include/openssl/ssl.h:1891) [-Wdeprecated-declarations] net->ctx = SSL_CTX_new(TLSv1_2_client_method()); ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY