crypt32: Only report Unimplemented decoder when not found in external dll.
commit42bd5ea4c4c4c42af872b5a6a12e6109fc3e2ddf
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Sat, 28 Aug 2021 02:22:30 +0000 (28 12:22 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Oct 2022 16:48:30 +0000 (19 18:48 +0200)
treeddebdee9c7e3426accf4efd28ba2a39cade2c4da
parent9062314aedb940a00ce1e44317b73d6c498cafa3
crypt32: Only report Unimplemented decoder when not found in external dll.

Some applications spam this fixme.
fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4

This OID is supported in wintrust.dll which crypt32 uses, so this console fixme doesn't make sense.
The fixme will only appear if no support for the requested decoder is available.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53800
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
dlls/crypt32/decode.c