Add test for ECDH CMS key only
[openssl.git] / test / recipes / 15-test_ecparam.t
index 9fabd3b2777681aa41080535c0a02ce25f0fdca5..0f9b70b4bcd4e3008513e90932de994bb57bbd7f 100644 (file)
@@ -11,7 +11,7 @@ use strict;
 use warnings;
 
 use File::Spec;
-use if $^O ne "VMS", 'File::Glob' => qw/glob/;
+use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
 use OpenSSL::Test qw/:DEFAULT data_file/;
 use OpenSSL::Test::Utils;