summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-25 09:19:52 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-25 09:19:52 +0000
commit03866d3569baa6c9a75a02749a2cbda47785b031 (patch)
treec4eb416fd31a6922e5241a48e273713ad3fa6bff /doc
parent378d9a7d01a8cca639eed69e79e1703ef3ca3c91 (diff)
downloadskalibs-03866d3569baa6c9a75a02749a2cbda47785b031.tar.xz
Document that getrandom is now clr
Diffstat (limited to 'doc')
-rw-r--r--doc/crosscompile.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/crosscompile.html b/doc/crosscompile.html
index 3361ff8..73fee33 100644
--- a/doc/crosscompile.html
+++ b/doc/crosscompile.html
@@ -83,11 +83,17 @@ the time <tt>yes</tt> or <tt>no</tt>.
<p>
At all times, <tt>./configure --help</tt> provides the list of sysdeps
you need to provide a <tt>--with-sysdep-*</tt> option for. As of
-skalibs-2.9.0.0, there is only one such sysdep, named <tt>devurandom</tt>,
-and the value should be <tt>yes</tt> if the target has a valid
-pseudorandom generation device in <tt>/dev/urandom</tt>, and <tt>no</tt>
-otherwise.
+skalibs-2.9.1.0, there are two sysdeps in this case:
</p>
+<ul>
+ <li> <tt>devurandom</tt>: <tt>yes</tt> if the target has a valid
+pseudorandom generation device in <tt>/dev/urandom</tt>, and <tt>no</tt>
+otherwise. </li>
+ <li> <tt>getrandom</tt>: <tt>yes</tt> if the target supports the
+<a href="http://man7.org/linux/man-pages/man2/getrandom.2.html">getrandom()</a>
+system call, and <tt>no</tt> otherwise. </li>
+</ul>
+
</body>
</html>