mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 22:28:34 -04:00
grammar, line length
This commit is contained in:
parent
02b69ec7f2
commit
9ac35b4e4d
1 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: entropy.h,v 1.34 2009/01/17 23:47:43 tbox Exp $ */
|
||||
/* $Id: entropy.h,v 1.35 2009/10/19 02:37:08 marka Exp $ */
|
||||
|
||||
#ifndef ISC_ENTROPY_H
|
||||
#define ISC_ENTROPY_H 1
|
||||
|
|
@ -182,8 +182,8 @@ isc_result_t
|
|||
isc_entropy_createsamplesource(isc_entropy_t *ent,
|
||||
isc_entropysource_t **sourcep);
|
||||
/*!<
|
||||
* \brief Create an entropy source that consists of samples. Each sample is added
|
||||
* to the source via isc_entropy_addsamples(), below.
|
||||
* \brief Create an entropy source that consists of samples. Each sample is
|
||||
* added to the source via isc_entropy_addsamples(), below.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
|
|
@ -254,11 +254,11 @@ void
|
|||
isc_entropy_putdata(isc_entropy_t *ent, void *data, unsigned int length,
|
||||
isc_uint32_t entropy);
|
||||
/*!<
|
||||
* \brief Add "length" bytes in "data" to the entropy pool, incrementing the pool's
|
||||
* entropy count by "entropy."
|
||||
* \brief Add "length" bytes in "data" to the entropy pool, incrementing the
|
||||
* pool's entropy count by "entropy."
|
||||
*
|
||||
* These bytes will prime the pseudorandom portion even no entropy is actually
|
||||
* added.
|
||||
* These bytes will prime the pseudorandom portion even if no entropy is
|
||||
* actually added.
|
||||
*/
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue