diff options
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h index 17ae0fa..4c8dcae 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -198,6 +198,8 @@ struct fastd_config { bool forward; fastd_tristate_t pmtu; + bool secure_handshakes_set; + bool secure_handshakes; fastd_drop_caps_t drop_caps; |