Revision 027381f68c936d20dfef95e9a1db386b2f89f9f6 authored by Matt Caswell on 03 December 2014, 09:21:09 UTC, committed by Matt Caswell on 03 December 2014, 09:43:49 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 4bb8eb9ce4f794fecf020a15b54e8505fced0edf)
1 parent a900b3b
extract-section.pl
#!/usr/bin/perl
while(<STDIN>) {
if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
{
print "$1\n";
exit 0;
}
}
print "$ARGV[0]\n";

Computing file changes ...