diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-07 01:19:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-07 01:19:41 +0000 |
commit | 560466b4d8ed869f11e0e64c911ed571c8a72a45 (patch) | |
tree | afcf89c873d6c4a174847778e4422c71ae9cd6ea /sys/dev/rndvar.h | |
parent | 9e6116250947a5005add48c1f4de9c3033f151be (diff) |
New framework that allows hibernate to pass in entropy from it's fresh
boot.
ok mlarkin
Diffstat (limited to 'sys/dev/rndvar.h')
-rw-r--r-- | sys/dev/rndvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rndvar.h b/sys/dev/rndvar.h index 8f68e2afe15..024115491d7 100644 --- a/sys/dev/rndvar.h +++ b/sys/dev/rndvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rndvar.h,v 1.35 2014/12/18 16:27:30 deraadt Exp $ */ +/* $OpenBSD: rndvar.h,v 1.36 2015/02/07 01:19:40 deraadt Exp $ */ /* * Copyright (c) 1996,2000 Michael Shalayeff. @@ -73,7 +73,7 @@ void random_start(void); void enqueue_randomness(int, int); void suspend_randomness(void); -void resume_randomness(void); +void resume_randomness(char *, size_t); #endif /* _KERNEL */ |