summaryrefslogtreecommitdiffstats
path: root/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch')
-rw-r--r--recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch
new file mode 100644
index 0000000..0fe3fd7
--- /dev/null
+++ b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch
@@ -0,0 +1,25 @@
1From bf1c7b17cc80a2f4dfd43f112f944f68fa5fbcd6 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Fri, 2 Mar 2018 01:10:58 -0800
4Subject: [PATCH] xmlsec1: fix a typo in examples/verify3.c
5
6Upstream-Status: Submitted [https://github.com/lsh123/xmlsec/pull/153]
7
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
9---
10 examples/verify3.c | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/examples/verify3.c b/examples/verify3.c
14index 2d26ae7..68f52ab 100644
15--- a/examples/verify3.c
16+++ b/examples/verify3.c
17@@ -1,4 +1,4 @@
18-4/**
19+/**
20 * XML Security Library example: Verifying a file signed with X509 certificate
21 *
22 * Verifies a file signed with X509 certificate.
23--
242.13.0
25