Browse Source

Merge pull request #7842 from neheb/em

emailrelay: Remove unnecessary OpenSSL engine include
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
9b9e9a2f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions
  1. +1
    -1
      mail/emailrelay/Makefile
  2. +10
    -0
      mail/emailrelay/patches/020-openssl-engine.patch

+ 1
- 1
mail/emailrelay/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=emailrelay
PKG_VERSION:=2.0
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)


+ 10
- 0
mail/emailrelay/patches/020-openssl-engine.patch View File

@ -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>

Loading…
Cancel
Save