FreeRDP/winpr
Adrian Perez de Castro 436f212be3 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 13:42:29 +02:00
..
include Fixed format string for Stream_CheckAndLogRequiredLength 2022-06-03 09:07:42 +02:00
libwinpr Fix building with LibreSSL 2.7.0 or newer 2022-06-27 13:42:29 +02:00
test Reformatted to new style 2019-11-07 10:53:54 +01:00
tools Replace fopen and path functions with wrappers (#7043) 2021-07-27 11:57:33 +02:00
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt Fixed IOS pthread_mutext_timedlock detection 2022-05-04 09:41:01 +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