diff options
author | Rich Salz <rsalz@akamai.com> | 2015-12-18 12:57:23 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-26 16:40:43 -0500 |
commit | 349807608f31b20af01a342d0072bb92e0b036e2 (patch) | |
tree | f937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /crypto/engine/eng_cnf.c | |
parent | 97ad4870299378741dcdd88189f19da78431afd9 (diff) | |
download | openssl-new-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz |
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: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/engine/eng_cnf.c')
-rw-r--r-- | crypto/engine/eng_cnf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c index ca45af564f..ec8c4493f9 100644 --- a/crypto/engine/eng_cnf.c +++ b/crypto/engine/eng_cnf.c @@ -1,4 +1,3 @@ -/* eng_cnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. |