mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7342 from neheb/uw
uw-imap: Fix compilation without deprecated APIs for OpenSSL
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=uw-imap
|
PKG_NAME:=uw-imap
|
||||||
PKG_VERSION:=2007f
|
PKG_VERSION:=2007f
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=imap-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=imap-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user