updated non breaking dependencies

This commit is contained in:
evilsocket 2018-05-12 13:12:48 +02:00
commit a164517717
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
212 changed files with 36545 additions and 13693 deletions

View file

@ -47,7 +47,7 @@ while(<>){
$name = "$7_$11" if $11 ne '';
$name =~ y/a-z/A-Z/;
if($compat eq '' || $compat eq '30' || $compat eq '50') {
if($compat eq '' || $compat eq '13' || $compat eq '30' || $compat eq '50') {
print " $name = $num; // $proto\n";
}
}