diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 13:19:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 13:19:02 +0000 |
commit | 418a9deb23eca6fed25cc9feea476646a88a5184 (patch) | |
tree | c6d7b012fc58395b9b8dfc060fed48bb038e155c /src/stls/stls_handshake.c | |
parent | 219ac5bb023ec98d8069a3e5764f14a556d67c0d (diff) | |
download | s6-networking-418a9deb23eca6fed25cc9feea476646a88a5184.tar.xz |
Prepare for 2.5.1.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/stls/stls_handshake.c')
-rw-r--r-- | src/stls/stls_handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stls/stls_handshake.c b/src/stls/stls_handshake.c index 5e965b1..77467e1 100644 --- a/src/stls/stls_handshake.c +++ b/src/stls/stls_handshake.c @@ -6,7 +6,7 @@ #include <tls.h> #include <skalibs/alarm.h> -#include <skalibs/strerr2.h> +#include <skalibs/strerr.h> #include "stls-internal.h" |