Use a simpler method to build a glob than splitpath and catpath
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 18:47:05 +0000 (19:47 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 19:07:44 +0000 (20:07 +0100)
commit85152ca4a1e9827d48dc9cbe266da3f90f3d158a
treeff74a1852d10813482f25b50271a7ecdda691f6c
parent01a35a5da7b91718c70c0c6cccfd7531c7010d5d
Use a simpler method to build a glob than splitpath and catpath

It turns out that the combination splitpath() could return an empty
string for the directory part.  This doesn't play well with catdir().

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure