add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG's

This commit is contained in:
sam 2002-10-04 20:34:08 +00:00
parent 3a935a95e3
commit f3556bbd12

View File

@ -40,6 +40,7 @@ enum esource {
RANDOM_MOUSE,
RANDOM_NET,
RANDOM_INTERRUPT,
RANDOM_PURE,
ENTROPYSOURCE
};
void random_harvest(void *, u_int, u_int, u_int, enum esource);