diff options
Diffstat (limited to 'src/pluto/alg/ike_alg_3des.c')
-rw-r--r-- | src/pluto/alg/ike_alg_3des.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/alg/ike_alg_3des.c b/src/pluto/alg/ike_alg_3des.c index 9259ca513..1fab8c3e0 100644 --- a/src/pluto/alg/ike_alg_3des.c +++ b/src/pluto/alg/ike_alg_3des.c @@ -29,7 +29,6 @@ struct encrypt_desc encrypt_desc_3des = keydeflen: DES_BLOCK_SIZE * 3 * BITS_PER_BYTE, keyminlen: DES_BLOCK_SIZE * 3 * BITS_PER_BYTE, keymaxlen: DES_BLOCK_SIZE * 3 * BITS_PER_BYTE, - enc_testvectors: NULL }; |