Revision f588db901705adfa774bf3e2604ffd60e55d16a5 authored by Matt Caswell on 01 March 2016, 12:08:33 UTC, committed by Matt Caswell on 01 March 2016, 12:42:12 UTC
Update mk1mf.pl to properly handle no-weak-ssl-ciphers Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 8954b54
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 ...