Revision 7fb7844f3b40b60c2df77e093398da55d7928e9d authored by Dr. Stephen Henson on 11 July 2014, 18:12:21 UTC, committed by Dr. Stephen Henson on 11 July 2014, 18:14:15 UTC
Dual EC DRBG removal now accepted for 2.0.8 onwards.
1 parent 005563b
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 ...