summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-13 01:50:09 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-13 01:50:09 +0000
commit63910439f77b91848dda094ef6e90523e1f7efa6 (patch)
tree75660603d4b79520ffea0a1b1b2edb25b8a08371 /src/options.h
parentmoved hex-dump function to log_* (diff)
added command line option for auth tag length
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
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_;
};