X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;h=3d402830142b3dcacf313910e571724527b38527;hb=9fa95cb052994369aefd2f10951c1dac2f510ee3;hp=2bb80e2a9b76ebe87b695a3fd6e209875c4a72b5;hpb=ad9d63e22d3e65adc844f7a1ebd8e65b04022273;p=umurmur.git 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)