From d9d142a7ad0bade65b6f8b777259e203dc6d5301 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Thu, 10 Apr 2025 18:58:30 -0500 Subject: Overhaul makefile --- src/encryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption.h') diff --git a/src/encryption.h b/src/encryption.h index b02216f..f6c018c 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -32,7 +32,7 @@ void vxgg_setsodiumfailcb(const vxgg_naclfailcb cb, void *data); // Fuck reading from a file. Even if someone ran strings on the binary and got this they wouldn't be able to regenerate the key #define PASSWORD_WORDS (\ - (const char *[]){\ + (const char * const []){\ "the", "of", "to", "and", "for", "our", "their", "has", "in", "he", "a", "them", "that", "these", "by", "have", "we", \ "us", "people", "which", "all", "is", "with", "laws", "be", "are", "his", "states", "on", "they", "right", "it", "from", \ "government", "such", "among", "powers", "most", "an", "time", "should", "new", "as", "been", "colonies", "assent", \ -- cgit v1.2.3