This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
uw-imap: Fix compilation without deprecated APIs for OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
6 years ago
parent
e39273533d
commit
2bdea124ee
2 changed files
with
13 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/uw-imap/Makefile
+12
-0
libs/uw-imap/patches/020-deprecated-openssl.patch
+ 1
- 1
libs/uw-imap/Makefile
View File
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
uw-imap
PKG_VERSION
:=
2007f
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
imap-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
\
+ 12
- 0
libs/uw-imap/patches/020-deprecated-openssl.patch
View File
@ -0,0 +1,12 @@
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
Write
Preview
Loading…
Cancel
Save