summaryrefslogtreecommitdiffstats
path: root/test/sha512t.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-18 18:57:23 +0100
committerRich Salz <rsalz@openssl.org>2016-01-26 22:40:43 +0100
commit349807608f31b20af01a342d0072bb92e0b036e2 (patch)
treef937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /test/sha512t.c
parentSHARED_LIBS_LINK_EXTS is no longer used, remove it completely (diff)
downloadopenssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.xz
openssl-349807608f31b20af01a342d0072bb92e0b036e2.zip
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 'test/sha512t.c')
-rw-r--r--test/sha512t.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sha512t.c b/test/sha512t.c
index e1f30de2ce..714fed62cb 100644
--- a/test/sha512t.c
+++ b/test/sha512t.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha512t.c */
/* ====================================================================
* Copyright (c) 2004 The OpenSSL Project. All rights reserved.
* ====================================================================