aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Seyfried <stefan.seyfried@googlemail.com>2007-06-06 12:18:09 +0000
committerStefan Seyfried <stefan.seyfried@googlemail.com>2007-06-06 12:18:09 +0000
commitdcb8a4f26785f6368df81e6c9feb0960bb09e949 (patch)
tree57002352559db9c32e668b9b02de72e013a321d1
parent0ddcdd7bd3432c80ca77db3dfa76aa1416065a6f (diff)
downloadsuspend-utils-dcb8a4f26785f6368df81e6c9feb0960bb09e949.tar.gz
Set the default for "RSA key file" to /etc/suspend.key
-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