split cyassl and openssl sources, add ssl library abstraction
[project/ustream-ssl.git] / ustream-ssl.h
index 21d89d57e3136d4d1bf40237c7f7750f518b0a49..aa1ced5943b3228cfc1494918a7901f62d81a87f 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __USTREAM_SSL_H
 #define __USTREAM_SSL_H
 
+#include <libubox/ustream.h>
+
 struct ustream_ssl {
        struct ustream stream;
        struct ustream *conn;