Re: DES in libc

2015-11-25 Thread Stuart Henderson
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

Re: DES in libc

2015-11-24 Thread Stuart Henderson
On 2015/11/24 23:28, Jan Stary wrote: > The ports guide says > > OpenBSD does NOT require -lcrypt. > DES encryption is part of the standard libc. > > > Is DES really what we provide in crypt(), > as opposed to Blowfish? > > Jan > > Good catch, maybe just say "the crypt(3)

Re: DES in libc

2015-11-24 Thread Jan Stary
On Nov 24 22:35:09, st...@openbsd.org wrote: > On 2015/11/24 23:28, Jan Stary wrote: > > The ports guide says > > > > OpenBSD does NOT require -lcrypt. > > DES encryption is part of the standard libc. > > > > > > Is DES really what we provide in crypt(), > > as opposed to Blowfish?