Re: svn commit: r220497 - head/lib/libcrypt

2011-04-29 Thread Mark Murray
"David O'Brien" writes: > On Sat, Apr 09, 2011 at 02:02:04PM +, Mark Murray wrote: > > Log: > > Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't > > hurt us. > > Would you mind if I committed this to be a more consistent with the > existing naming? Be my guest. M --

Re: svn commit: r220497 - head/lib/libcrypt

2011-04-25 Thread David O'Brien
On Sat, Apr 09, 2011 at 02:02:04PM +, Mark Murray wrote: > Log: > Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't > hurt us. Would you mind if I committed this to be a more consistent with the existing naming? Index: crypt.c =