diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
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_; }; |