From dbf1390e83c43780287fcc16cb1e4c5c592d3d3c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 14 Jan 2009 21:29:18 +0000 Subject: Release 0.2.1 fixed key derivation rate bug --- src/uanytun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uanytun.c') 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_); -- cgit v1.2.3