aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/alg/ike_alg_serpent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/alg/ike_alg_serpent.c')
-rw-r--r--src/pluto/alg/ike_alg_serpent.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pluto/alg/ike_alg_serpent.c b/src/pluto/alg/ike_alg_serpent.c
index fb01caa41..c7b6cfe68 100644
--- a/src/pluto/alg/ike_alg_serpent.c
+++ b/src/pluto/alg/ike_alg_serpent.c
@@ -50,10 +50,11 @@ struct encrypt_desc encrypt_desc_serpent =
algo_next: NULL,
enc_ctxsize: sizeof(struct serpent_context),
enc_blocksize: SERPENT_CBC_BLOCK_SIZE,
- keyminlen: SERPENT_KEY_MIN_LEN,
- keydeflen: SERPENT_KEY_DEF_LEN,
- keymaxlen: SERPENT_KEY_MAX_LEN,
- do_crypt: do_serpent,
+ keyminlen: SERPENT_KEY_MIN_LEN,
+ keydeflen: SERPENT_KEY_DEF_LEN,
+ keymaxlen: SERPENT_KEY_MAX_LEN,
+ do_crypt: do_serpent,
+ enc_testvectors: NULL
};
int ike_alg_serpent_init(void);