Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

Linking error due to removed function #7

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions