mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #7842 from neheb/em
emailrelay: Remove unnecessary OpenSSL engine include
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=emailrelay
|
PKG_NAME:=emailrelay
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
|
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
--- a/src/gssl/gssl_openssl.cpp
|
||||||
|
+++ b/src/gssl/gssl_openssl.cpp
|
||||||
|
@@ -32,7 +32,6 @@
|
||||||
|
#include <openssl/ssl.h>
|
||||||
|
#include <openssl/err.h>
|
||||||
|
#include <openssl/rand.h>
|
||||||
|
-#include <openssl/engine.h>
|
||||||
|
#include <openssl/conf.h>
|
||||||
|
#include <openssl/evp.h>
|
||||||
|
#include <openssl/hmac.h>
|
||||||
Reference in New Issue
Block a user