1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls/wrapper
Andy Green 97e9bbbd0b mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX
Some toolchains are in some C++ version mode that objects to redefinition
of a typedef even to the same thing.

Shift a couple for function declarations in the mbedtls wrapper
part so they can piggyback on just the one typedef for their
args.
2019-07-29 00:37:06 +01:00
..
include mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX 2019-07-29 00:37:06 +01:00
library COVA10157: expression is unused 2019-07-13 13:41:24 -07:00
platform mbedtls: handle vhost without valid cert gracefully 2019-03-16 09:54:52 +08:00