summaryrefslogtreecommitdiff
path: root/apps/plugins/passmgr/wordlist.h
blob: 9e6128b27605cbee15ef95e5fa4ba9d372380393 (plain)
1
2
3
4
5
6
7
8
#include "plugin.h"

/* the word list is BIG! */
#if PLUGIN_BUFFER_SIZE > 0x8000
#define PASSMGR_DICEWARE
extern const char *word_list[];
extern const size_t word_list_len;
#endif