Re: [Openvpn-devel] [PATCH] Fix mbedtls unit tests

2018-10-11 Thread Arne Schwabe
Am 10.10.18 um 08:44 schrieb Steffan Karger: > Commit 674b166 ("Fix build warnings related to get_random()") broke the > unit tests for mbedtls, because was now included via > platform.c -> crypto.h -> crypto_backend.h, but the crypto cflags were > not included for that unit tests. > > Since we g

[Openvpn-devel] [PATCH] Fix mbedtls unit tests

2018-10-09 Thread Steffan Karger
Commit 674b166 ("Fix build warnings related to get_random()") broke the unit tests for mbedtls, because was now included via platform.c -> crypto.h -> crypto_backend.h, but the crypto cflags were not included for that unit tests. Since we got rid of --disable-crypto, we can now fix this by simply