undo: use MAX_TID for tid_max, or else HAMMER won't find the latest change
[dragonfly.git] / crypto / openssl / util / extract-section.pl
blob7a0ba4f69a7a6407cd95e80a1e486d962fd54937
1 #!/usr/bin/perl
3 while(<STDIN>) {
4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
6 print "$1\n";
7 exit 0;
11 print "$ARGV[0]\n";