aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/push.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/push.c')
-rw-r--r--src/openvpn/push.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/openvpn/push.c b/src/openvpn/push.c
index 4d64ad1..4453e42 100644
--- a/src/openvpn/push.c
+++ b/src/openvpn/push.c
@@ -667,6 +667,11 @@ prepare_push_reply(struct context *c, struct gc_arena *gc,
push_option_fmt(gc, push_list, M_USAGE, "key-derivation tls-ekm");
}
+ if (o->imported_protocol_flags & CO_USE_DYNAMIC_TLS_CRYPT)
+ {
+ buf_printf(&proto_flags, " dyn-tls-crypt");
+ }
+
if (buf_len(&proto_flags) > 0)
{
push_option_fmt(gc, push_list, M_USAGE, "protocol-flags%s", buf_str(&proto_flags));