diff options
| author | Evgeny Ermakov <22344340+unspecd@users.noreply.github.com> | 2021-01-25 00:41:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 21:41:34 -0800 |
| commit | 14ee891c58585a2b14dfcac53858d4b418d0f776 (patch) | |
| tree | 7beccfbd70b9b6d551223a66474159762bee85e9 /src/supplemental/tls/tls_common.c | |
| parent | 495fb0a58d30b1135c73fa84d761620cc95cc1b4 (diff) | |
| download | nng-14ee891c58585a2b14dfcac53858d4b418d0f776.tar.gz nng-14ee891c58585a2b14dfcac53858d4b418d0f776.tar.bz2 nng-14ee891c58585a2b14dfcac53858d4b418d0f776.zip | |
Fix typo in tls_common.c (#1412)
Diffstat (limited to 'src/supplemental/tls/tls_common.c')
| -rw-r--r-- | src/supplemental/tls/tls_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
