From d53f3cfa5cf8646439b9f8ac568ad2a6919d4920 Mon Sep 17 00:00:00 2001 From: djm34 Date: Thu, 11 Dec 2014 23:43:54 +0100 Subject: [PATCH] lyra2re missing file --- algorithm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algorithm.h b/algorithm.h index bbe63beb..a121be19 100644 --- a/algorithm.h +++ b/algorithm.h @@ -25,7 +25,8 @@ typedef enum { ALGO_NIST, ALGO_FRESH, ALGO_WHIRL, - ALGO_NEOSCRYPT + ALGO_NEOSCRYPT, + ALGO_LYRA2RE } algorithm_type_t; extern const char *algorithm_type_str[];