From 2e683a18339cc404b6685e9005c7ce0e1bff675c Mon Sep 17 00:00:00 2001 From: pdlan Date: Sat, 3 Sep 2022 05:53:33 -0400 Subject: [PATCH] Fix missing RA2ne enabling in storeOptions() --- vncviewer/OptionsDialog.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index 2a904dd8..7e913332 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx @@ -385,6 +385,7 @@ void OptionsDialog::storeOptions(void) if (authVncCheckbox->value()) { security.EnableSecType(secTypeVncAuth); #ifdef HAVE_NETTLE + security.EnableSecType(secTypeRA2ne); security.EnableSecType(secTypeRAne256); #endif } -- 2.39.5