aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--encrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/encrypt.h b/encrypt.h
index 623c5e4..b17b7a7 100644
--- a/encrypt.h
+++ b/encrypt.h
@@ -58,5 +58,5 @@ void read_password(char *pass_buf, int vrfy);
void encrypt_init(unsigned char *, unsigned char *, char *);
void get_random_salt(unsigned char *salt, size_t size);
-#define KEY_FILE ""
+#define KEY_FILE "/etc/suspend.key"
#endif