diff options
author | 1996-08-11 07:31:31 +0000 | |
---|---|---|
committer | 1996-08-11 07:31:31 +0000 | |
commit | 48d51be3221fc463717c3a34ede4698f978685e4 (patch) | |
tree | f93ea26ff28d292c078bcf1456ad1f0445c0ab3b /sys/dev/rndioctl.h | |
parent | Added arc4random and /dev/arnd. (diff) | |
download | wireguard-openbsd-48d51be3221fc463717c3a34ede4698f978685e4.tar.xz wireguard-openbsd-48d51be3221fc463717c3a34ede4698f978685e4.zip |
Increased entropy through decreased typos.
Diffstat (limited to 'sys/dev/rndioctl.h')
-rw-r--r-- | sys/dev/rndioctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/rndioctl.h b/sys/dev/rndioctl.h index b50d233cf14..7a13f6103b1 100644 --- a/sys/dev/rndioctl.h +++ b/sys/dev/rndioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rndioctl.h,v 1.1 1996/03/29 12:09:57 mickey Exp $ */ +/* $OpenBSD: rndioctl.h,v 1.2 1996/08/11 07:31:32 dm Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff. @@ -51,6 +51,7 @@ struct rnd_pool_info { #define RNDGETPOOL _IOWR('R', 2, sizeof(struct rnd_pool_info)) #define RNDADDENTROPY _IOW('R', 3, sizeof(u_int)) #define RNDZAPENTCNT _IO( 'R', 4) +#define RNDSTIRARC4 _IO( 'R', 5) #endif /* __RNDIOCTL_H__ */ |