test/recipes/80-test_pkcs12.t: handle lack of Win32::API.
authorAndy Polyakov <appro@openssl.org>
Tue, 20 Feb 2018 11:43:35 +0000 (12:43 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 24 Feb 2018 13:19:35 +0000 (14:19 +0100)
commit831dbc358eab0a50c1b435f93d7c16d99ad61472
treeccc4be9f80a8d4d982bff7bbcf53fa7ffa5597d3
parent89314d9a22ad0b0ce87e188c486532926aff01ea
test/recipes/80-test_pkcs12.t: handle lack of Win32::API.

So far check for availability of Win32::API served as implicit check
for $^O being MSWin32. Reportedly it's not safe assumption, and check
for MSWin32 has to be explicit.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5416)

(cherry picked from commit d4c499f562c1ab7ec7773c3987fc4dce7662a805)
test/recipes/80-test_pkcs12.t