Re: [LEDE-DEV] openvpn: fix interface with mbedtls_sha256

2018-02-16 Thread Koen Vandeputte
Fixes the build issue Tested-by: Koen Vandeputte ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] openvpn: fix interface with mbedtls_sha256

2018-02-16 Thread Russell Senior
Between mbedtls 2.6.0 and 2.7.0, the void returning mbedtls_MODULE* functions were deprecated in favor of functions returning an int error code. Use the new function mbedtls_sha256_ret(). Signed-off-by: Russell Senior ---