From 63910439f77b91848dda094ef6e90523e1f7efa6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 13 Mar 2009 01:50:09 +0000 Subject: added command line option for auth tag length --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 688a50d..cfac90d 100644 --- a/src/options.h +++ b/src/options.h @@ -74,6 +74,7 @@ struct options_struct { char* passphrase_; #endif int anytun02_compat_; + u_int32_t auth_tag_length_; buffer_t key_; buffer_t salt_; }; -- cgit v1.2.3