MbedTLS: Use mbedtls_md5_ret() instead of mbedtls_md5()
authorFabian Keil <fk@fabiankeil.de>
Fri, 22 Jan 2021 08:13:14 +0000 (09:13 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 22 Jan 2021 13:22:53 +0000 (14:22 +0100)
commita473a2a85dbf5325b270a906e85785ba4b032503
treeefc860361c5abb42a83da57b0656e410d4719d03
parent7d49fe5c5ff2ea916a18502d515d6bbb4109f900
MbedTLS: Use mbedtls_md5_ret() instead of mbedtls_md5()

As Roland pointed out the latter has been deprecated
years ago and causes a warning on Debian GNU/Linux.
ssl.c