X-Git-Url: https://git.librecmc.org/?p=oweals%2Fustream-ssl.git;a=blobdiff_plain;f=ustream-internal.h;h=a8c534fb4880b32a57d19431c2fb13ed2c74340c;hp=020e1c69d1be70eb27a70ab861b84bcb092da916;hb=45ac93088bc6f2d8ef3b0512d8e1ddfd9c4ee9e5;hpb=add9c19ae46263e9c2ca85c0baad22cd758f6c63 diff --git a/ustream-internal.h b/ustream-internal.h index 020e1c6..a8c534f 100644 --- a/ustream-internal.h +++ b/ustream-internal.h @@ -23,9 +23,10 @@ #if defined(HAVE_MBEDTLS) #include "ustream-mbedtls.h" -#elif defined(HAVE_POLARSSL) -#include "ustream-polarssl.h" #else +#if defined(HAVE_CYASSL) +#include +#endif #include "ustream-openssl.h" #endif