diff options
Diffstat (limited to 'security/stunnel/files/ssl-noengine.patch')
-rw-r--r-- | security/stunnel/files/ssl-noengine.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/files/ssl-noengine.patch b/security/stunnel/files/ssl-noengine.patch index 974099f52093..dd37c780fda7 100644 --- a/security/stunnel/files/ssl-noengine.patch +++ b/security/stunnel/files/ssl-noengine.patch @@ -1,11 +1,11 @@ Description: Disable the OpenSSL engine support for the FreeBSD port. Forwaded: not-needed Author: Peter Pentchev <roam@FreeBSD.org> -Last-Update: 2010-09-20 +Last-Update: 2011-02-10 --- src/ssl.c.orig +++ src/ssl.c -@@ -256,6 +256,8 @@ +@@ -259,6 +259,8 @@ } static char *init_engine(void) { |