Deleted Added
full compact
18c18
< .\" $FreeBSD: head/share/man/man9/crypto.9 157636 2006-04-10 18:19:29Z pjd $
---
> .\" $FreeBSD: head/share/man/man9/crypto.9 158707 2006-05-17 18:44:37Z pjd $
20c20
< .Dd October 14, 2002
---
> .Dd May 17, 2006
65c65
< int cri_rnd;
---
> int cri_mlen;
195,197c195,197
< .It Va cri_rnd
< Specifies the number of rounds to be used with the algorithm, for
< variable-round algorithms.
---
> .It Va cri_mlen
> Specifies how many bytes from the calculated hash should be copied back.
> 0 means entire hash.