Committed upstream.

This commit is contained in:
jca 2015-08-25 17:30:56 +00:00
parent 27c126c73f
commit 357919b9e5
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
$OpenBSD: patch-opts_c,v 1.1 2015/07/18 15:53:08 sthen Exp $
$OpenBSD: patch-opts_c,v 1.2 2015/08/25 17:30:56 jca Exp $
Fixed upstream
https://github.com/droe/sslsplit/commit/57a2ab85884e8bacec8b03aa5a3f935376f43a2d
--- opts.c.orig Fri Jul 17 22:51:48 2015
+++ opts.c Fri Jul 17 22:54:07 2015
@@ -143,7 +143,7 @@ opts_proto_force(opts_t *opts, const char *optarg, con

View File

@ -1,4 +1,9 @@
$OpenBSD: patch-ssl_c,v 1.3 2015/03/16 08:50:08 sthen Exp $
$OpenBSD: patch-ssl_c,v 1.4 2015/08/25 17:30:56 jca Exp $
"Fixed" upstream
https://github.com/droe/sslsplit/commit/79d570fe2e15a22c98451ab9308eaad341fc1167
--- ssl.c.orig Mon Mar 16 08:46:32 2015
+++ ssl.c Mon Mar 16 08:47:53 2015
@@ -898,7 +898,7 @@ ssl_x509chain_load(X509 **crt, STACK_OF(X509) **chain,