mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
softethervpn: Add missing OpenSSL header
Fixes compilation without OpenSSL deprecated APIs as well as -Werror=implicit-function-declaration. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
10
net/softethervpn/patches/140-openssl-header.patch
Normal file
10
net/softethervpn/patches/140-openssl-header.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/Mayaqua/Secure.c
|
||||
+++ b/src/Mayaqua/Secure.c
|
||||
@@ -127,6 +127,7 @@
|
||||
#include <openssl/pkcs7.h>
|
||||
#include <openssl/pkcs12.h>
|
||||
#include <openssl/rc4.h>
|
||||
+#include <openssl/rsa.h>
|
||||
#include <openssl/md5.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <Mayaqua/Mayaqua.h>
|
||||
Reference in New Issue
Block a user