crypt32-SHA_OIDs: Update Fixes line.

This commit is contained in:
Sebastian Lackner 2017-01-24 20:13:51 +01:00
parent ac69f4b5df
commit 9ffe3e0eb6
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
Fixes: Recognize sha256/384/512 KEY OIDs
Fixes: [41356] Recognize sha256/384/512 KEY OIDs

View File

@ -52,7 +52,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "199e30663efadfb1539f240e6fa29204440e9974"
echo "d6b89a0ffca8fa1d4a0b8bfc1fa7a72381dfe918"
}
# Show version information
@ -3132,6 +3132,9 @@ fi
# Patchset crypt32-SHA_OIDs
# |
# | This patchset fixes the following Wine bugs:
# | * [#41356] Recognize sha256/384/512 KEY OIDs
# |
# | Modified files:
# | * dlls/crypt32/oid.c, include/wincrypt.h
# |