Improved LibreSSL support.

This commit is contained in:
XMRig 2025-06-29 12:28:35 +07:00
parent d2363ba28b
commit a1ee2fd9d2
No known key found for this signature in database
GPG key ID: 446A53638BE94409
4 changed files with 16 additions and 10 deletions

View file

@ -64,6 +64,8 @@
# define APP_OS "Linux"
#elif defined XMRIG_OS_FREEBSD
# define APP_OS "FreeBSD"
#elif defined XMRIG_OS_OPENBSD
# define APP_OS "OpenBSD"
#else
# define APP_OS "Unknown OS"
#endif