summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-01 22:43:56 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-15 11:31:18 +0200
commit8d2214c0a49584044d96b80e846ac8f6df35a0ad (patch)
treecfad073ef328f3983cece8b214a230a3819b6388 /test/build.info
parentcb6afcd6ee0c0d66fae62e13fe5966171992f81c (diff)
File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4069)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index e7982605fe..6abd635231 100644
--- a/test/build.info
+++ b/test/build.info
@@ -461,7 +461,7 @@ ENDIF
{-
use File::Spec::Functions;
use File::Basename;
- use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
+ use OpenSSL::Glob;
my @nogo_headers = ( "asn1_mac.h",
"__decc_include_prologue.h",