Commits

Andy Green authored 97e9bbbd0be
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.