Revision 7bc2aee4f196f9b049416dfb08fc3a271755c0d8 authored by Emilia Kasper on 12 May 2015, 17:00:30 UTC, committed by Matt Caswell on 11 June 2015, 13:52:39 UTC
CVE-2015-1790 Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent 9bc3665
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 ...