chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
progs/rspit.c: Make the `salsae' tab be `const'.
[catacomb]
/
progs
/
rspit.c
diff --git
a/progs/rspit.c
b/progs/rspit.c
index 21d94bfddce2f650de4c83a32cb71d5fe68db2dd..f3de422902c2347fb388fef96f6488b00185e825 100644
(file)
--- a/
progs/rspit.c
+++ b/
progs/rspit.c
@@
-232,7
+232,7
@@
enum { SALSAE BOGUS_SALSA };
#define CHACHA_NAME(r) "chacha" #r
#define XCHACHA_NAME(r) "xchacha" #r
-static struct {
+static
const
struct {
size_t noncesz;
grand *(*gen)(const void *, size_t, const void *);
} salsatab[] = {