From 14ee891c58585a2b14dfcac53858d4b418d0f776 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov <22344340+unspecd@users.noreply.github.com> Date: Mon, 25 Jan 2021 00:41:34 -0500 Subject: Fix typo in tls_common.c (#1412) --- src/supplemental/tls/tls_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supplemental') diff --git a/src/supplemental/tls/tls_common.c b/src/supplemental/tls/tls_common.c index 6e5e6757..2ae50f15 100644 --- a/src/supplemental/tls/tls_common.c +++ b/src/supplemental/tls/tls_common.c @@ -1473,7 +1473,7 @@ nng_tls_engine_register(const nng_tls_engine *engine) extern int NNG_TLS_ENGINE_INIT(void); #else static int -NNI_TLS_ENGINE_INIT(void) +NNG_TLS_ENGINE_INIT(void) { return (0); } -- cgit v1.2.3-70-g09d2