summaryrefslogtreecommitdiffstats
path: root/demos
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
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')
-rw-r--r--demos/bio/saccept.c3
-rw-r--r--demos/bio/sconnect.c3
-rw-r--r--demos/bio/server-arg.c3
-rw-r--r--demos/bio/server-cmod.c3
-rw-r--r--demos/bio/server-conf.c3
-rw-r--r--demos/easy_tls/test.c1
-rw-r--r--demos/easy_tls/test.h1
-rw-r--r--demos/engines/cluster_labs/hw_cluster_labs.c1
-rw-r--r--demos/engines/cluster_labs/hw_cluster_labs_err.c1
-rw-r--r--demos/engines/ibmca/hw_ibmca.c1
-rw-r--r--demos/engines/ibmca/hw_ibmca_err.c1
-rw-r--r--demos/engines/rsaref/rsaref_err.c1
-rw-r--r--demos/engines/rsaref/rsaref_err.h1
-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
-rw-r--r--demos/pkcs12/pkread.c1
-rw-r--r--demos/pkcs12/pkwrite.c1
-rw-r--r--demos/sign/sign.c1
19 files changed, 0 insertions, 29 deletions
diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c
index b6d0361a9c..240132cef9 100644
--- a/demos/bio/saccept.c
+++ b/demos/bio/saccept.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept.c */
-
/*-
* A minimal program to serve an SSL connection.
* It uses blocking.
diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c
index 2b610cc8b5..16dba40ff5 100644
--- a/demos/bio/sconnect.c
+++ b/demos/bio/sconnect.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/sconnect.c */
-
/*-
* A minimal program to do SSL to a passed host and port.
* It is actually using non-blocking IO but in a very simple manner
diff --git a/demos/bio/server-arg.c b/demos/bio/server-arg.c
index 242ca6c0af..b2a43a9387 100644
--- a/demos/bio/server-arg.c
+++ b/demos/bio/server-arg.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/server-arg.c */
-
/*
* A minimal program to serve an SSL connection. It uses blocking. It use the
* SSL_CONF API with the command line. cc -I../../include server-arg.c
diff --git a/demos/bio/server-cmod.c b/demos/bio/server-cmod.c
index 4f0b0c0f05..51291da4b8 100644
--- a/demos/bio/server-cmod.c
+++ b/demos/bio/server-cmod.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/server-cmod.c */
-
/*
* A minimal TLS server it ses SSL_CTX_config and a configuration file to
* set most server parameters.
diff --git a/demos/bio/server-conf.c b/demos/bio/server-conf.c
index bf3dd067e5..db624ba1fb 100644
--- a/demos/bio/server-conf.c
+++ b/demos/bio/server-conf.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept-conf.c */
-
/*
* A minimal program to serve an SSL connection. It uses blocking. It uses
* the SSL_CONF API with a configuration file. cc -I../../include saccept.c
diff --git a/demos/easy_tls/test.c b/demos/easy_tls/test.c
index d1dd53d0c5..713da09063 100644
--- a/demos/easy_tls/test.c
+++ b/demos/easy_tls/test.c
@@ -1,4 +1,3 @@
-/* test.c */
/* $Id: test.c,v 1.1 2001/09/17 19:06:59 bodo Exp $ */
#define L_PORT 9999
diff --git a/demos/easy_tls/test.h b/demos/easy_tls/test.h
index a7d0130e2f..b30a60549d 100644
--- a/demos/easy_tls/test.h
+++ b/demos/easy_tls/test.h
@@ -1,4 +1,3 @@
-/* test.h */
/* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */
void test_process_init(int fd, int client_p, void *apparg);
diff --git a/demos/engines/cluster_labs/hw_cluster_labs.c b/demos/engines/cluster_labs/hw_cluster_labs.c
index e1f251c336..8353dd902e 100644
--- a/demos/engines/cluster_labs/hw_cluster_labs.c
+++ b/demos/engines/cluster_labs/hw_cluster_labs.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_cluster_labs.c */
/*
* Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com for the
* OpenSSL project 2000.
diff --git a/demos/engines/cluster_labs/hw_cluster_labs_err.c b/demos/engines/cluster_labs/hw_cluster_labs_err.c
index 9e83325133..b2cfdd352b 100644
--- a/demos/engines/cluster_labs/hw_cluster_labs_err.c
+++ b/demos/engines/cluster_labs/hw_cluster_labs_err.c
@@ -1,4 +1,3 @@
-/* hw_cluster_labs_err.c */
/* ====================================================================
* Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/demos/engines/ibmca/hw_ibmca.c b/demos/engines/ibmca/hw_ibmca.c
index c0f2982272..0f065b2e5a 100644
--- a/demos/engines/ibmca/hw_ibmca.c
+++ b/demos/engines/ibmca/hw_ibmca.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_ibmca.c */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/demos/engines/ibmca/hw_ibmca_err.c b/demos/engines/ibmca/hw_ibmca_err.c
index 9bcb8004b1..5b1911d165 100644
--- a/demos/engines/ibmca/hw_ibmca_err.c
+++ b/demos/engines/ibmca/hw_ibmca_err.c
@@ -1,4 +1,3 @@
-/* hw_ibmca_err.c */
/* ====================================================================
* Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/demos/engines/rsaref/rsaref_err.c b/demos/engines/rsaref/rsaref_err.c
index 55df08c258..377dcddd23 100644
--- a/demos/engines/rsaref/rsaref_err.c
+++ b/demos/engines/rsaref/rsaref_err.c
@@ -1,4 +1,3 @@
-/* rsaref_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
diff --git a/demos/engines/rsaref/rsaref_err.h b/demos/engines/rsaref/rsaref_err.h
index 4356815c4d..0804e08d0a 100644
--- a/demos/engines/rsaref/rsaref_err.h
+++ b/demos/engines/rsaref/rsaref_err.h
@@ -1,4 +1,3 @@
-/* rsaref_err.h */
/* ====================================================================
* Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
*
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.
*
diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c
index 1086dbc463..373981469d 100644
--- a/demos/pkcs12/pkread.c
+++ b/demos/pkcs12/pkread.c
@@ -1,4 +1,3 @@
-/* pkread.c */
#include <stdio.h>
#include <stdlib.h>
diff --git a/demos/pkcs12/pkwrite.c b/demos/pkcs12/pkwrite.c
index 753fbfece8..d04a22b8eb 100644
--- a/demos/pkcs12/pkwrite.c
+++ b/demos/pkcs12/pkwrite.c
@@ -1,4 +1,3 @@
-/* pkwrite.c */
#include <stdio.h>
#include <stdlib.h>
diff --git a/demos/sign/sign.c b/demos/sign/sign.c
index f6aab25d14..fb0e03809a 100644
--- a/demos/sign/sign.c
+++ b/demos/sign/sign.c
@@ -1,4 +1,3 @@
-/* demos/sign/sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*