diff options
Diffstat (limited to 'src/lib/libcrypto/objects/objects.pl')
| -rw-r--r-- | src/lib/libcrypto/objects/objects.pl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/objects/objects.pl b/src/lib/libcrypto/objects/objects.pl index 15c00bbd52..d2bf659d88 100644 --- a/src/lib/libcrypto/objects/objects.pl +++ b/src/lib/libcrypto/objects/objects.pl | |||
| @@ -110,12 +110,13 @@ print STDERR "Added OID $Cname\n"; | |||
| 110 | } | 110 | } |
| 111 | close IN; | 111 | close IN; |
| 112 | 112 | ||
| 113 | open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]"; | 113 | #XXX don't modify input files |
| 114 | foreach (sort { $a <=> $b } keys %nidn) | 114 | #open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]"; |
| 115 | { | 115 | #foreach (sort { $a <=> $b } keys %nidn) |
| 116 | print NUMOUT $nidn{$_},"\t\t",$_,"\n"; | 116 | # { |
| 117 | } | 117 | # print NUMOUT $nidn{$_},"\t\t",$_,"\n"; |
| 118 | close NUMOUT; | 118 | # } |
| 119 | #close NUMOUT; | ||
| 119 | 120 | ||
| 120 | open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]"; | 121 | open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]"; |
| 121 | print OUT <<'EOF'; | 122 | print OUT <<'EOF'; |
