FreeRDP/winpr/libwinpr/crypto
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
..
test WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
cert.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
cipher.c reformatted 2022-06-23 08:48:39 +02:00
CMakeLists.txt Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
crypto.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
crypto.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
hash.c Fix building with LibreSSL 2.7.0 or newer 2022-06-27 12:42:06 +02:00
ModuleOptions.cmake libwinpr-crypto: started stubbing CryptoAPI 2012-12-22 02:23:58 -05:00
rand.c Settings getter tests (#7869) 2022-05-02 11:39:38 +02:00