aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-02-21 23:08:35 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-02-21 23:08:35 +0000
commit1ff95477e701532234302e0e6911507668dce44e (patch)
tree27508c0148c96125aa724e6d0416f09e8ef44a22
parent7a01e2b9a3b9c2d788088c0699873bd165bdd43a (diff)
downloadstrongswan-1ff95477e701532234302e0e6911507668dce44e.tar.bz2
strongswan-1ff95477e701532234302e0e6911507668dce44e.tar.xz
typo
-rw-r--r--src/pluto/ike_alg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/ike_alg.h b/src/pluto/ike_alg.h
index 69a12cd43..19e2e591c 100644
--- a/src/pluto/ike_alg.h
+++ b/src/pluto/ike_alg.h
@@ -86,7 +86,7 @@ extern const struct oakley_group_desc* ike_alg_pfsgroup(struct connection *c
extern struct db_context * ike_alg_db_new(struct alg_info_ike *ai, lset_t policy);
extern void ike_alg_list(void);
extern void ike_alg_show_connection(struct connection *c, const char *instance);
-extern bool ik_alg_test(void);
+extern bool ike_alg_test(void);
extern bool ike_alg_ok_final(u_int ealg, u_int key_len, u_int aalg, u_int group
, struct alg_info_ike *alg_info_ike);
extern int ike_alg_init(void);