X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=src%2Fssl.h;h=3d402830142b3dcacf313910e571724527b38527;hp=2bb80e2a9b76ebe87b695a3fd6e209875c4a72b5;hb=9fa95cb052994369aefd2f10951c1dac2f510ee3;hpb=f708989f7d13a0a7f807919eba2e2a82b8cfa1d9 diff --git a/src/ssl.h b/src/ssl.h index 2bb80e2..3d40283 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -90,7 +90,11 @@ typedef ssl_context SSL_handle_t; #elif defined(USE_MBEDTLS) #include +#if (MBEDTLS_VERSION_MINOR > 3) +#include +#else #include +#endif #include #if defined(MBEDTLS_VERSION_MAJOR)