1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls/mbedtls/wrapper/include/internal
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
..
ssl3.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_cert.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_code.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_dbg.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_lib.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_methods.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_pkey.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_stack.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_types.h mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX 2019-07-29 00:37:06 +01:00
ssl_x509.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
tls1.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
x509_vfy.h mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX 2019-07-29 00:37:06 +01:00