From b15a206deb869f0d6cb7e8acc8db04c35c5bf8b7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 22 Jul 2024 17:08:10 -0700 Subject: TLS: announce which engine we are using (in anticipation of newer TLS engines) --- src/supplemental/tls/tls_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supplemental/tls/tls_common.c b/src/supplemental/tls/tls_common.c index 62296de0..a6b3a8d6 100644 --- a/src/supplemental/tls/tls_common.c +++ b/src/supplemental/tls/tls_common.c @@ -1521,6 +1521,7 @@ nng_tls_engine_register(const nng_tls_engine *engine) NNG_TLS_ENGINE_VERSION); return (NNG_ENOTSUP); } + nng_log_info("NNG-TLS-INFO", "TLS Engine: %s", engine->description); nni_atomic_set_ptr(&tls_engine, (void *) engine); return (0); } -- cgit v1.2.3-70-g09d2