chiark / gitweb /
progs/rspit.c: Make the `salsae' tab be `const'.
[catacomb] / progs / rspit.c
index 21d94bfddce2f650de4c83a32cb71d5fe68db2dd..f3de422902c2347fb388fef96f6488b00185e825 100644 (file)
@@ -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[] = {