mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
parent
30a3880f6b
commit
cbe41d151d
4 changed files with 650 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ sub scan_file {
|
|||
while(<F>) {
|
||||
while(s/(CURL_DISABLE_[A-Z0-9_]+)//) {
|
||||
my ($sym)=($1);
|
||||
$file{$sym} = $source;
|
||||
if(not $sym =~ /^(CURL_DISABLE_SHA512_256)/) { # Skip this symbol, to be implemented
|
||||
$file{$sym} = $source;
|
||||
}
|
||||
}
|
||||
}
|
||||
close F;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue