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

Conversation

mlasch
Copy link
Contributor

@mlasch mlasch commented Apr 8, 2024

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.

Build with -DBUILD_SHARED_LIBS=ON

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

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
```
@gdamore gdamore merged commit 1342d1b into nanomsg:master Apr 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants