-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Package OpenSSL libs with Windows distributions #2489
Copy link
Copy link
Closed
Description
Expected Behavior
Qt can perform SSL operations without additional libraries.
Current Behavior
Unfortunately, it looks like the latest version of Qt delivered by MSYS2 does not have SSL built-in. See https://github.com/Alexpux/MINGW-packages/issues/4668
Possible Solution
There are two options:
- Have users install OpenSSL from https://slproweb.com/products/Win32OpenSSL.html
- Package OpenSSL libs (libeay32.dll and ssleay32.dll) with KeePassXC
Reactions are currently unavailable