X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=ustream-internal.h;h=020e1c69d1be70eb27a70ab861b84bcb092da916;hb=add9c19ae46263e9c2ca85c0baad22cd758f6c63;hp=e0e1f5014fd0bf0bad405f0596fec938cc02a79d;hpb=ba34903f4163d0650118bee76f012de961951409;p=project%2Fustream-ssl.git diff --git a/ustream-internal.h b/ustream-internal.h index e0e1f50..020e1c6 100644 --- a/ustream-internal.h +++ b/ustream-internal.h @@ -21,7 +21,9 @@ #define __hidden __attribute__((visibility("hidden"))) -#ifdef HAVE_POLARSSL +#if defined(HAVE_MBEDTLS) +#include "ustream-mbedtls.h" +#elif defined(HAVE_POLARSSL) #include "ustream-polarssl.h" #else #include "ustream-openssl.h"