chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3ee1b
)
catacomb.c: Publish `RAND_IBITS' constant.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 03:14:31 +0000
(
03:14
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:18:12 +0000
(22:18 +0000)
This is a limit on how much you can request in `seed', so it's sort of
important.
catacomb.c
patch
|
blob
|
blame
|
history
diff --git
a/catacomb.c
b/catacomb.c
index f9e85875f192081da04ec358f1a63977362aca48..d7b3dc731fa6689cf92a7c823a114016be3b3682 100644
(file)
--- a/
catacomb.c
+++ b/
catacomb.c
@@
-36,6
+36,7
@@
static const struct nameval consts[] = {
C(PGEN_PASS), C(PGEN_FAIL), C(PGEN_BEGIN), C(PGEN_TRY), C(PGEN_DONE),
C(PGEN_ABORT),
C(MPW_MAX),
+ C(RAND_IBITS),
C(PMODE_READ), C(PMODE_VERIFY),
C(KOPEN_READ), C(KOPEN_WRITE), C(KOPEN_NOFILE),
C(KEXP_FOREVER), C(KEXP_EXPIRE),