FreeRDP/winpr
Adrian Perez de Castro 81e8e28062 Fix building with LibreSSL 2.7.0 or newer
With LibreSSL 2.7.0 (or newer versions) some more structs have made
opaque, which requires a few changes:

- BIO_meth_new() and related functions are now defined by LibreSSL, the
  versions from opensslcompat.{h,c} does not need to be used anymore.
- HMAC_CTX is now opaque, HMAC_CTX_new(), EVP_MD_CTX_new, and related
  functions should be used instead in winpr's hash.c.
2022-06-27 12:42:06 +02:00
..
include reformatted 2022-06-23 08:48:39 +02:00
libwinpr Fix building with LibreSSL 2.7.0 or newer 2022-06-27 12:42:06 +02:00
test Fixed integer range warnings, added tests 2022-01-31 16:13:06 +01:00
tools Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
.gitignore Fixed rdtk, uwac and winpr standalone builds 2021-06-22 08:54:18 +02:00
CMakeLists.txt implement proper SPNEGO negotiation 2022-06-21 10:27:17 +02:00
winpr.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00
wlog.7 Fix issues in wlog man page 2016-12-01 15:36:31 +01:00