The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
11 lines
250 B
Diff
11 lines
250 B
Diff
--- a/xio-openssl.c
|
|
+++ b/xio-openssl.c
|
|
@@ -8,6 +8,8 @@
|
|
#if WITH_OPENSSL /* make this address configure dependend */
|
|
#include <openssl/conf.h>
|
|
#include <openssl/x509v3.h>
|
|
+#include <openssl/dh.h>
|
|
+#include <openssl/bn.h>
|
|
|
|
#include "xioopen.h"
|
|
|