summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-14 21:29:18 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-14 21:29:18 +0000
commitdbf1390e83c43780287fcc16cb1e4c5c592d3d3c (patch)
tree0c40cdffb62c2b1f9726de1113dd7a979ad18708 /src/uanytun.c
parentchange dual kd to single kd with 2 key storages (diff)
Release 0.2.1rel-0.2.1v0.2.1
fixed key derivation rate bug
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 6854200..27f208f 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -120,7 +120,6 @@ int init_main_loop(options_t* opt, cipher_t* c, auth_algo_t* aa, key_derivation_
auth_algo_close(aa);
return ret;
}
-
#endif
ret = seq_win_init(seq_win, opt->seq_window_size_);