commit | 1e8d5ea5df61daa46e8874d1f443e0e75211253b | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed May 30 14:25:46 2018 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Wed May 30 16:10:42 2018 +0200 |
tree | 2615c33b5f43a25efa91714b98481b5016abe9c9 | |
parent | 0124f32a01b2b4f4f7146f226b6a9dfe227c4008 [diff] |
OSSL_STORE: don't test file: URIs on Mingw Under a mingw shell, the command line path conversion either mangles file: URIs to something useless (file;C:\...) or not at all (which can't be opened by the Windows C RTL unless we're really lucky), so we simply skip testing them in that environment. Fixes #6369 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6376)