diff options
Diffstat (limited to 'apps/plugins/keybox.c')
| -rw-r--r-- | apps/plugins/keybox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c index 6ec86f6..0e657f3 100644 --- a/apps/plugins/keybox.c +++ b/apps/plugins/keybox.c @@ -22,6 +22,8 @@ #include "lib/md5.h" PLUGIN_HEADER + +/* FIXME: use "PLUGIN_APPS_DIR" */ #define KEYBOX_FILE PLUGIN_DIR "/apps/keybox.dat" #define BLOCK_SIZE 8 #define MAX_ENTRIES 12*BLOCK_SIZE /* keep this a multiple of BLOCK_SIZE */ |