Skip to content

Commit

Permalink
MyFrameMain: show that ARD is also working with OpenSSL nowadays
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Oct 4, 2024
1 parent f24cfc8 commit f11e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MyFrameMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ void MyFrameMain::help_about(wxCommandEvent &event)
#if defined LIBVNCSERVER_HAVE_GNUTLS || defined LIBVNCSERVER_HAVE_LIBSSL
desc += wxT(", Anonymous TLS, VeNCrypt");
#endif
#ifdef LIBVNCSERVER_HAVE_LIBGCRYPT
#if defined LIBVNCSERVER_HAVE_LIBGCRYPT || defined LIBVNCSERVER_HAVE_LIBSSL
desc += wxT(", Apple Remote Desktop");
#endif
desc += "\n\n";
Expand Down

0 comments on commit f11e8bf

Please sign in to comment.