aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/alg/ike_alg_serpent.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-24 11:24:19 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-24 11:24:19 +0200
commit770b4089029f865e82c00560b7a1c69879ead173 (patch)
tree172a5a2520ff5e7212534fb9d4dbd20a2891b12c /src/pluto/alg/ike_alg_serpent.c
parent2799f1943229255b5a88d3a2e16a3e4c1cd2d687 (diff)
downloadstrongswan-770b4089029f865e82c00560b7a1c69879ead173.tar.bz2
strongswan-770b4089029f865e82c00560b7a1c69879ead173.tar.xz
cosmetics
Diffstat (limited to 'src/pluto/alg/ike_alg_serpent.c')
-rw-r--r--src/pluto/alg/ike_alg_serpent.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pluto/alg/ike_alg_serpent.c b/src/pluto/alg/ike_alg_serpent.c
index 20c38a90a..f3ca852d6 100644
--- a/src/pluto/alg/ike_alg_serpent.c
+++ b/src/pluto/alg/ike_alg_serpent.c
@@ -25,14 +25,14 @@
struct encrypt_desc encrypt_desc_serpent =
{
- algo_type: IKE_ALG_ENCRYPT,
- algo_id: OAKLEY_SERPENT_CBC,
- algo_next: NULL,
+ algo_type: IKE_ALG_ENCRYPT,
+ algo_id: OAKLEY_SERPENT_CBC,
+ algo_next: NULL,
- enc_blocksize: SERPENT_BLOCK_SIZE,
- keyminlen: SERPENT_KEY_MIN_LEN,
- keydeflen: SERPENT_KEY_DEF_LEN,
- keymaxlen: SERPENT_KEY_MAX_LEN,
+ enc_blocksize: SERPENT_BLOCK_SIZE,
+ keyminlen: SERPENT_KEY_MIN_LEN,
+ keydeflen: SERPENT_KEY_DEF_LEN,
+ keymaxlen: SERPENT_KEY_MAX_LEN,
enc_testvectors: NULL
};