Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing nng_tls_config_hold stub function #1803

Merged
merged 1 commit into from
Apr 14, 2024

Commits on Apr 8, 2024

  1. Add missing nng_tls_config_hold stub function

    Add the missing stub function implementation for `nng_tls_config_hold`.
    Fixes an error when loading the library and expecting to have this
    symbol available.
    
    The availability of the symbol can be checked with nm:
    ```
    nm -D cmake-build-release/libnng.so.1.7.3  | grep nng_tls_config_hold
    ```
    mlasch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    071be4f View commit details
    Browse the repository at this point in the history