Actually set exporter defaults in ssl_client2

Signed-off-by: Max Fillinger <[email protected]>
This commit is contained in:
Max Fillinger
2025-03-28 16:53:57 +01:00
parent 334c367052
commit 81dfc8830b
+2
View File
@@ -984,6 +984,8 @@ int main(int argc, char *argv[])
opt.nss_keylog = DFL_NSS_KEYLOG;
opt.nss_keylog_file = DFL_NSS_KEYLOG_FILE;
opt.skip_close_notify = DFL_SKIP_CLOSE_NOTIFY;
opt.exp_label = DFL_EXP_LABEL;
opt.exp_len = DFL_EXP_LEN;
opt.query_config_mode = DFL_QUERY_CONFIG_MODE;
opt.use_srtp = DFL_USE_SRTP;
opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE;