From 1ff95477e701532234302e0e6911507668dce44e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 21 Feb 2007 23:08:35 +0000 Subject: [PATCH] typo --- src/pluto/ike_alg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);