]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/pkcs12_api_test.c: fix failure on MinGW
authorxtkoba <69125751+xtkoba@users.noreply.github.com>
Fri, 2 Sep 2022 07:44:17 +0000 (16:44 +0900)
committerTomas Mraz <tomas@openssl.org>
Mon, 5 Sep 2022 13:49:33 +0000 (15:49 +0200)
commit856f2aa7be6bb59bc72493845d92e31ef0523c79
tree7f975c9f84bc44f3b162ef6685fd520506ed5997
parentf5eac259a03c68c96c77f9b998b1b9c16a8439e7
test/pkcs12_api_test.c: fix failure on MinGW

Use binary mode when opening a file.

Partially fixes #18017.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19117)
test/pkcs12_api_test.c