From 2f66e8678971ba0340a96d811ced405d75dbb114 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sun, 19 Jan 2025 17:58:45 -0600 Subject: Write example code for generating, storing, and verifying a password --- 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 01aa704..c780e2b 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -77,6 +77,6 @@ void vxgg_setsodiumfailcb(const vxgg_naclfailcb cb, void *data); void checksodium(void); // open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR -int maketmp(const char *dest); +int maketmp(const char * const dest); #endif \ No newline at end of file -- cgit v1.2.3