summaryrefslogtreecommitdiffstats
path: root/demos/engines/zencod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-18 12:57:23 -0500
committerRich Salz <rsalz@openssl.org>2016-01-26 16:40:43 -0500
commit349807608f31b20af01a342d0072bb92e0b036e2 (patch)
treef937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /demos/engines/zencod
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
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 'demos/engines/zencod')
-rw-r--r--demos/engines/zencod/hw_zencod.c1
-rw-r--r--demos/engines/zencod/hw_zencod.h1
-rw-r--r--demos/engines/zencod/hw_zencod_err.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c
index 132ece04f0..1c34677d43 100644
--- a/demos/engines/zencod/hw_zencod.c
+++ b/demos/engines/zencod/hw_zencod.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_zencod.c */
/*
* Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod" * engine
* integration in order to redirect crypto computing on a crypto * hardware
diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h
index 80baa6f96f..633a61ac5b 100644
--- a/demos/engines/zencod/hw_zencod.h
+++ b/demos/engines/zencod/hw_zencod.h
@@ -1,4 +1,3 @@
-/* File : /crypto/engine/vendor_defns/hw_zencod.h */
/* ====================================================================
* Written by Donnat Frederic (frederic.donnat@zencod.com) from ZENCOD
* for "zencod" ENGINE integration in OpenSSL project.
diff --git a/demos/engines/zencod/hw_zencod_err.c b/demos/engines/zencod/hw_zencod_err.c
index ff2b592d74..db33cc8ff5 100644
--- a/demos/engines/zencod/hw_zencod_err.c
+++ b/demos/engines/zencod/hw_zencod_err.c
@@ -1,4 +1,3 @@
-/* hw_zencod_err.c */
/* ====================================================================
* Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
*