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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/alg/ike_alg_twofish.c b/src/pluto/alg/ike_alg_twofish.c
index ed8cd13d2..2d805a3e3 100644
--- a/src/pluto/alg/ike_alg_twofish.c
+++ b/src/pluto/alg/ike_alg_twofish.c
@@ -33,7 +33,6 @@ struct encrypt_desc encrypt_desc_twofish =
keydeflen: TWOFISH_KEY_MIN_LEN,
keyminlen: TWOFISH_KEY_DEF_LEN,
keymaxlen: TWOFISH_KEY_MAX_LEN,
- enc_testvectors: NULL
};
struct encrypt_desc encrypt_desc_twofish_ssh =
@@ -46,6 +45,5 @@ struct encrypt_desc encrypt_desc_twofish_ssh =
keydeflen: TWOFISH_KEY_MIN_LEN,
keyminlen: TWOFISH_KEY_DEF_LEN,
keymaxlen: TWOFISH_KEY_MAX_LEN,
- enc_testvectors: NULL
};