Commit 34980760 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

Remove /* foo.c */ comments



This was done by the following
        find . -name '*.[ch]' | /tmp/pl
where /tmp/pl is the following three-line script:
        print unless $. == 1 && m@/\* .*\.[ch] \*/@;
        close ARGV if eof; # Close file to reset $.

And then some hand-editing of other files.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent 97ad4870
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment