polarssl: fix return code of entropy function
[project/ustream-ssl.git] / ustream-polarssl.h
index dfc287df345e4f88b25c32e799d67dd59574fabd..32654720d904cadbdee62a67cb8c3d47d517d2fc 100644 (file)
@@ -26,6 +26,7 @@
 #include <polarssl/rsa.h>
 #include <polarssl/error.h>
 #include <polarssl/version.h>
+#include <polarssl/entropy.h>
 
 #if POLARSSL_VERSION_MAJOR > 1 || POLARSSL_VERSION_MINOR >= 3
 #define USE_VERSION_1_3