LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

common/crypto_openssl.c: fix build with openssl >= 3.0.0 #549

Closed vpeter4 closed 1 year ago

vpeter4 commented 1 year ago

DES encryption is considered legacy and is no longer available by default. To use it legacy provider must be load.

bk138 commented 1 year ago

Thanks for the contribution @vpeter4 !