From 53091e3bce487ee82e2805a0231e780551561717 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sun, 12 Mar 2017 19:39:01 +0000
Subject: Adapt to skalibs-2.5.0.0
---
doc/index.html | 4 ++--
doc/libs6net/ident.html | 6 +++---
doc/upgrade.html | 3 ++-
3 files changed, 7 insertions(+), 6 deletions(-)
(limited to 'doc')
diff --git a/doc/index.html b/doc/index.html
index 48fed00..a0d7d6c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -57,9 +57,9 @@ requirement if you link against the shared version of the s6-dns
libraries.
If you want to build the secure communication tools:
- - Either LibreSSL version 2.4.4
+
- Either LibreSSL version 2.4.5
or later
- - Or BearSSL version 0.2
+
- Or BearSSL version 0.3
or later. This is experimental.
The chosen library is a build-time requirement, and also a
run-time requirement if you link against its shared version.
diff --git a/doc/libs6net/ident.html b/doc/libs6net/ident.html
index f058370..fad581f 100644
--- a/doc/libs6net/ident.html
+++ b/doc/libs6net/ident.html
@@ -47,7 +47,7 @@ any kind of authentication or secure operation.
Main interface
- int s6net_ident_client (char *s, unsigned int max, ip46_t const *remoteip, uint16 remoteport, ip46_t const *localip, uint16 localport,
+ ssize_t s6net_ident_client (char *s, size_t max, ip46_t const *remoteip, uint16_t remoteport, ip46_t const *localip, uint16_t localport,
tain_t const *deadline, tain_t *stamp)
@@ -97,7 +97,7 @@ from the server by *deadline, then the call is aborted and returns
Low-level functions
- int s6net_ident_reply_get (char *s, ip46_t const *ra, uint16 rp, ip46_t const *la, uint16 lp,
+ ssize_t s6net_ident_reply_get (char *s, ip46_t const *ra, uint16_t rp, ip46_t const *la, uint16_t lp,
tain_t const *deadline, tain_t *stamp)
@@ -110,7 +110,7 @@ Returns -1 if an error occurs, or the number of bytes written into s.
- int s6net_ident_reply_parse (char const *s, uint16 rp, uint16 lp)
+ ssize_t s6net_ident_reply_parse (char const *s, uint16_t rp, uint16_t lp)
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 1cbd9b7..22c86e1 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,7 +21,8 @@
in 2.3.0.0
- - BearSSL dependency bumped to 0.2.
+ - LibreSSL dependency bumped to 2.4.5.
+ - BearSSL dependency bumped to 0.3.
- skalibs dependency bumped to 2.5.0.0.
- execline dependency bumped to 2.3.0.0.
- s6 dependency bumped to 2.5.0.0.
--
cgit v1.3.1