diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-06-21 18:29:24 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-21 21:11:18 -0700 |
| commit | 258ae680ca0db3471bbf7345472ff92a030c13a0 (patch) | |
| tree | cc0b0067a589b7f174715fad50932a3d31437bbb /src/supplemental/tls/wolfssl/CMakeLists.txt | |
| parent | 39b86ba0a4f77ba1aa32586a782354f7505409ee (diff) | |
| download | nng-258ae680ca0db3471bbf7345472ff92a030c13a0.tar.gz nng-258ae680ca0db3471bbf7345472ff92a030c13a0.tar.bz2 nng-258ae680ca0db3471bbf7345472ff92a030c13a0.zip | |
TLS: Remove support for dynamic engine initialization.
This saves some atomic lookups, and avoids possible races when the
engine is not yet initialized or being torn down.
Diffstat (limited to 'src/supplemental/tls/wolfssl/CMakeLists.txt')
| -rw-r--r-- | src/supplemental/tls/wolfssl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/supplemental/tls/wolfssl/CMakeLists.txt b/src/supplemental/tls/wolfssl/CMakeLists.txt index 7b129d9c..762757a3 100644 --- a/src/supplemental/tls/wolfssl/CMakeLists.txt +++ b/src/supplemental/tls/wolfssl/CMakeLists.txt @@ -69,8 +69,6 @@ if (NNG_TLS_ENGINE STREQUAL "wolf") message(STATUS "wolfSSL configured without pre-shared key (PSK) support.") endif() - nng_defines(NNG_TLS_ENGINE_INIT=nng_tls_engine_init_wolf) - nng_defines(NNG_TLS_ENGINE_FINI=nng_tls_engine_fini_wolf) nng_defines(NNG_SUPP_TLS) nng_defines(NNG_TLS_ENGINE_WOLFSSL) endif () |
