[PATCH] bcrypt/tests: Add a test to verify certificate signature.

Hans Leidekker hans at codeweavers.com
Wed Apr 14 03:00:16 CDT 2021


On Tue, 2021-04-13 at 21:28 +0300, Dmitry Timoshkov wrote:
> Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
> ---
>  dlls/bcrypt/tests/Makefile.in |   2 +-
>  dlls/bcrypt/tests/bcrypt.c    | 121 ++++++++++++++++++++++++++++++++++
>  2 files changed, 122 insertions(+), 1 deletion(-)
> 
> diff --git a/dlls/bcrypt/tests/Makefile.in b/dlls/bcrypt/tests/Makefile.in
> index 1bf7d2c48f1..b0f3e57f3ed 100644
> --- a/dlls/bcrypt/tests/Makefile.in
> +++ b/dlls/bcrypt/tests/Makefile.in
> @@ -1,5 +1,5 @@
>  TESTDLL  = bcrypt.dll
> -IMPORTS  = bcrypt user32 advapi32
> +IMPORTS  = bcrypt user32 advapi32 crypt32

I think crypt32 is a more appropriate place for these tests.





More information about the wine-devel mailing list