aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libpdel/files/patch-http_servlet_cookieauth.c10
-rw-r--r--devel/libpdel/files/patch-ppp_auth_radius.c11
-rw-r--r--devel/libpdel/files/patch-rsa_util.c10
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/libpdel/files/patch-http_servlet_cookieauth.c b/devel/libpdel/files/patch-http_servlet_cookieauth.c
new file mode 100644
index 000000000000..4a4bb3cc66b5
--- /dev/null
+++ b/devel/libpdel/files/patch-http_servlet_cookieauth.c
@@ -0,0 +1,10 @@
+--- http/servlet/http_servlet_cookieauth.c.orig Sat Jan 22 06:01:58 2005
++++ http/servlet/http_servlet_cookieauth.c Sun Sep 17 19:53:55 2006
+@@ -54,6 +54,7 @@
+ #include <pthread.h>
+
+ #include <openssl/ssl.h>
++#include <openssl/md5.h>
+
+ #include "structs/structs.h"
+ #include "structs/type/array.h"
diff --git a/devel/libpdel/files/patch-ppp_auth_radius.c b/devel/libpdel/files/patch-ppp_auth_radius.c
new file mode 100644
index 000000000000..982007326c13
--- /dev/null
+++ b/devel/libpdel/files/patch-ppp_auth_radius.c
@@ -0,0 +1,11 @@
+--- ppp/ppp_auth_radius.c.orig Sat Jan 22 06:02:04 2005
++++ ppp/ppp_auth_radius.c Sun Sep 17 19:55:28 2006
+@@ -44,6 +44,8 @@
+ #include "ppp/ppp_auth.h"
+ #include "ppp/ppp_msoft.h"
+
++#include <openssl/md5.h>
++
+ #include <poll.h>
+ #include <radlib.h>
+ #include <radlib_vs.h>
diff --git a/devel/libpdel/files/patch-rsa_util.c b/devel/libpdel/files/patch-rsa_util.c
new file mode 100644
index 000000000000..a49cd9022a40
--- /dev/null
+++ b/devel/libpdel/files/patch-rsa_util.c
@@ -0,0 +1,10 @@
+--- util/rsa_util.c.orig Sat Jan 22 06:02:19 2005
++++ util/rsa_util.c Sun Sep 17 19:58:23 2006
+@@ -50,6 +50,7 @@
+
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
++#include <openssl/md5.h>
+
+ #include "structs/structs.h"
+ #include "structs/type/array.h"