summaryrefslogtreecommitdiff
path: root/src/words.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-12-01 14:02:37 +0900
committerjaseg <git@jaseg.net>2018-12-01 14:02:37 +0900
commita818c94fc4474afcdebdf6eea80608c130830db1 (patch)
treefc3d512a2476992c7139a89b06a31773072a1147 /src/words.h
parente613f1b9a2e8006527aec57adebd28f01a6b2390 (diff)
downloadsecure-hid-a818c94fc4474afcdebdf6eea80608c130830db1.tar.gz
secure-hid-a818c94fc4474afcdebdf6eea80608c130830db1.tar.bz2
secure-hid-a818c94fc4474afcdebdf6eea80608c130830db1.zip
Replace word lists by PGP word lists
from https://en.wikipedia.org/wiki/PGP_word_list
Diffstat (limited to 'src/words.h')
-rw-r--r--src/words.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/words.h b/src/words.h
index e8cb628..0bbd3c4 100644
--- a/src/words.h
+++ b/src/words.h
@@ -1,7 +1,7 @@
#ifndef __ADJECTIVES_H__
#define __ADJECTIVES_H__
-extern const char * const adjectives[256];
-extern const char * const nouns[256];
+extern const char * const even[256];
+extern const char * const odd[256];
#endif