diff options
author | Martin Willi <martin@strongswan.org> | 2008-03-28 11:48:14 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-03-28 11:48:14 +0000 |
commit | dca40a94830f44e212f8a40a20f30a158610805e (patch) | |
tree | 7de4a5ad3939c69078cba6a3cc51b2c7bdcbc452 /src/pluto/ike_alg.c | |
parent | 7539b1d1aa7b04d595ce83af96b46ac11132a690 (diff) | |
download | strongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.bz2 strongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.xz |
fixed all pluto compiler warnings
Diffstat (limited to 'src/pluto/ike_alg.c')
-rw-r--r-- | src/pluto/ike_alg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluto/ike_alg.c b/src/pluto/ike_alg.c index 69b487f91..4f8b88170 100644 --- a/src/pluto/ike_alg.c +++ b/src/pluto/ike_alg.c @@ -521,9 +521,6 @@ ike_alg_test(void) for (a = ike_alg_base[IKE_ALG_ENCRYPT]; a != NULL; a = a->algo_next) { - - struct encrypt_desc *desc = (struct encrypt_desc*)a; - plog(" %s self-test not available", enum_name(&oakley_enc_names, a->algo_id)); } |