From 3f78080496cddb11cbe9040efce694e44cfac7fe Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Nov 2016 15:52:37 +0000 Subject: Small sbearssl bugfixes and usability messages --- src/stls/stls_s6tlsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stls/stls_s6tlsc.c') diff --git a/src/stls/stls_s6tlsc.c b/src/stls/stls_s6tlsc.c index 194afb9..1313cfe 100644 --- a/src/stls/stls_s6tlsc.c +++ b/src/stls/stls_s6tlsc.c @@ -86,7 +86,7 @@ int stls_s6tlsc (char const *const *argv, char const *const *envp, tain_t const int wstat ; int r = stls_run(ctx, fds, verbosity, options, tto) ; if (r < 0) strerr_diefu1sys(111, "run SSL engine") ; - else if (r) diectx(98, ctx, "run SSL engine") ; + else if (r) diectx(98, ctx, "establish or maintain SSL connection to peer") ; tls_free(ctx) ; if (wait_pid(pid, &wstat) < 0) strerr_diefu1sys(111, "wait_pid") ; return wait_estatus(wstat) ; -- cgit v1.2.3