From d58b0c17a70cd1cc82a11372feae6abc6df96c04 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 10 May 2017 21:52:30 +0100 Subject: [PATCH] progs/rspit.c: Make the `salsae' tab be `const'. Silly oversight. --- progs/rspit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/rspit.c b/progs/rspit.c index 21d94bfd..f3de4229 100644 --- 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[] = { -- 2.11.0