From 349807608f31b20af01a342d0072bb92e0b036e2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 18 Dec 2015 12:57:23 -0500 Subject: 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 --- crypto/lhash/lh_stats.c | 1 - crypto/lhash/lh_test.c | 1 - crypto/lhash/lhash.c | 1 - 3 files changed, 3 deletions(-) (limited to 'crypto/lhash') diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c index b7d95244b7..cad3a616ab 100644 --- a/crypto/lhash/lh_stats.c +++ b/crypto/lhash/lh_stats.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lh_stats.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c index 52010d9131..c1d457806c 100644 --- a/crypto/lhash/lh_test.c +++ b/crypto/lhash/lh_test.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lh_test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index 4642bda322..60e9223b59 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lhash.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * -- cgit v1.2.3