Updated crypt32-MS_Root_Certs patch subject

This commit is contained in:
Alistair Leslie-Hughes 2018-03-29 08:14:23 +11:00
parent 46d9678e0a
commit e15e1cf076
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
From 50ba23f4d3f7e40bf02cb8f3cdcc4d729f6d68d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Mon, 27 Feb 2017 20:42:27 +0100
Subject: crypt32: Add MS root CA 2010/2011.
Subject: crypt32: Add MS root CA 2010.
---
dlls/crypt32/rootstore.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -3031,7 +3031,7 @@ fi
if test "$enable_crypt32_MS_Root_Certs" -eq 1; then
patch_apply crypt32-MS_Root_Certs/0001-crypt32-Add-MS-root-CA-2010-2011.patch
(
printf '%s\n' '+ { "Michael Müller", "crypt32: Add MS root CA 2010/2011.", 1 },';
printf '%s\n' '+ { "Michael Müller", "crypt32: Add MS root CA 2010.", 1 },';
) >> "$patchlist"
fi