On 2015/11/25 08:24, Jan Stary wrote:
> A rewording like that is below. Omitting the (3), as other names do
> in guide.html, unless they are links to man.cgi. But apart from that,
> should it say something like "we have a crypt() in libc, but don't use it"?

No problem using it - it's just that the function that is in a
separate library on some OS, but in libc on OpenBSD. Though it probably
is worth calling out that it's not DES.

> --- guide.html.orig   2015-11-24 19:46:48.000000000 +0100
> +++ guide.html        2015-11-25 08:19:34.000000000 +0100
> @@ -1149,7 +1149,7 @@ And then the update.
>           instead of blindly installing files.
>     <li>OpenBSD does NOT compress man pages.
>     <li>OpenBSD does NOT require <tt>-lcrypt</tt>.<br>
> -       DES encryption is part of the standard <tt>libc</tt>.
> +       A <tt>crypt</tt> function is implemented in the standard 
> <tt>libc</tt>.

I'm going to commit it like this which I think covers everything;

+   <li>OpenBSD does NOT require <tt>-lcrypt</tt>, <tt>-ldl</tt>, or 
<tt>-lrt</tt>.<br>
+       The functions provided by these libraries are part of <tt>libc</tt>.
+       The <tt>crypt()</tt> function does not support DES, only bcrypt.

- we can make further tweaks if wanted.

Reply via email to