mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
@@ -15,7 +15,7 @@ use strict;
|
||||
use File::Basename;
|
||||
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
|
||||
use File::Path qw/mkpath/;
|
||||
use if $^O ne "VMS", 'File::Glob' => qw/glob/;
|
||||
use if $^O ne "VMS", 'File::Glob' => qw/:glob/;
|
||||
|
||||
# see INSTALL for instructions.
|
||||
|
||||
|
||||
@@ -336,7 +336,7 @@ ENDIF
|
||||
{-
|
||||
use File::Spec::Functions;
|
||||
use File::Basename;
|
||||
use if $^O ne "VMS", 'File::Glob' => qw/glob/;
|
||||
use if $^O ne "VMS", 'File::Glob' => qw/:glob/;
|
||||
|
||||
my @nogo_headers = ( "asn1_mac.h",
|
||||
"__decc_include_prologue.h",
|
||||
|
||||
Reference in New Issue
Block a user