aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/alg/ike_alg_twofish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/alg/ike_alg_twofish.c')
-rw-r--r--src/pluto/alg/ike_alg_twofish.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pluto/alg/ike_alg_twofish.c b/src/pluto/alg/ike_alg_twofish.c
index 1788bc394..9d40e3e50 100644
--- a/src/pluto/alg/ike_alg_twofish.c
+++ b/src/pluto/alg/ike_alg_twofish.c
@@ -48,11 +48,12 @@ struct encrypt_desc encrypt_desc_twofish =
algo_id: OAKLEY_TWOFISH_CBC,
algo_next: NULL,
enc_ctxsize: sizeof(twofish_context),
- enc_blocksize: TWOFISH_CBC_BLOCK_SIZE,
- keydeflen: TWOFISH_KEY_MIN_LEN,
- keyminlen: TWOFISH_KEY_DEF_LEN,
+ enc_blocksize: TWOFISH_CBC_BLOCK_SIZE,
+ keydeflen: TWOFISH_KEY_MIN_LEN,
+ keyminlen: TWOFISH_KEY_DEF_LEN,
keymaxlen: TWOFISH_KEY_MAX_LEN,
do_crypt: do_twofish,
+ enc_testvectors: NULL
};
struct encrypt_desc encrypt_desc_twofish_ssh =