This commit is contained in:
Jay D Dee
2017-01-31 20:12:56 -05:00
parent c1d6c3a57f
commit 698286189b
43 changed files with 844 additions and 481 deletions

View File

@@ -530,7 +530,7 @@ enum algos {
ALGO_ZR5,
ALGO_COUNT
};
static const char *algo_names[] = {
static const char* const algo_names[] = {
NULL,
"argon2",
"axiom",
@@ -589,6 +589,8 @@ static const char *algo_names[] = {
"\0"
};
char* algo_name( enum algos a );
extern enum algos opt_algo;
extern bool opt_debug;
extern bool opt_debug_diff;