mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
2bdea124ee
Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
295 B
Diff
13 lines
295 B
Diff
diff --git a/src/osdep/unix/ssl_unix.c b/src/osdep/unix/ssl_unix.c
|
|
index 3bfdff3..3ed1cb5 100644
|
|
--- a/src/osdep/unix/ssl_unix.c
|
|
+++ b/src/osdep/unix/ssl_unix.c
|
|
@@ -35,6 +35,7 @@
|
|
#include <bio.h>
|
|
#include <crypto.h>
|
|
#include <rand.h>
|
|
+#include <rsa.h>
|
|
#undef crypt
|
|
|
|
#define SSLBUFLEN 8192
|