You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2018. It is now read-only.
I get linking errors for openstreetcam-gui-r15.9ac859e/OSV_Qt_upload/UploadComponent/../KQOAuth//libKQOAuth.so: undefined references to
SSL_load_error_strings
EVP_MD_CTX_destroy
EVP_MD_CTX_create
OpenSSL_add_all_ciphers
OpenSSL_add_all_digests
ERR_free_strings
OPENSSL_add_all_algorithms_noconf
Searching for the first of those symbol names brought me to the official docs which state that the function is deprecated, so I assume it has been removed in current OpenSSL versions.