From 334d807b924427434b42d4fbae745d3d1b38a218 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Jan 2017 02:17:16 +0000 Subject: Types fix, first pass XXX marks what must change when skalibs changes. Also started writing functions for client certificate support in sbearssl, but it's not working yet (need more high-level support from BearSSL before it can work) --- src/conn-tools/s6-ident-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conn-tools/s6-ident-client.c') diff --git a/src/conn-tools/s6-ident-client.c b/src/conn-tools/s6-ident-client.c index e475870..d4876ae 100644 --- a/src/conn-tools/s6-ident-client.c +++ b/src/conn-tools/s6-ident-client.c @@ -1,5 +1,6 @@ /* ISC license. */ +#include #include #include #include @@ -19,7 +20,7 @@ int main (int argc, char const *const *argv) { tain_t deadline ; ip46_t ra, la ; - uint16 rp, lp ; + uint16_t rp, lp ; PROG = "s6-ident-client" ; { unsigned int t = 0 ; -- cgit v1.2.3