summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/internal/constant_time_locl.h1
-rw-r--r--include/internal/dane.h1
-rw-r--r--include/internal/o_dir.h1
-rw-r--r--include/internal/o_str.h1
-rw-r--r--include/openssl/aes.h1
-rw-r--r--include/openssl/asn1.h1
-rw-r--r--include/openssl/asn1t.h1
-rw-r--r--include/openssl/async.h1
-rw-r--r--include/openssl/bio.h1
-rw-r--r--include/openssl/blowfish.h1
-rw-r--r--include/openssl/bn.h1
-rw-r--r--include/openssl/buffer.h1
-rw-r--r--include/openssl/camellia.h1
-rw-r--r--include/openssl/cast.h1
-rw-r--r--include/openssl/cmac.h1
-rw-r--r--include/openssl/cms.h1
-rw-r--r--include/openssl/conf.h1
-rw-r--r--include/openssl/conf_api.h1
-rw-r--r--include/openssl/crypto.h1
-rw-r--r--include/openssl/des.h1
-rw-r--r--include/openssl/dh.h1
-rw-r--r--include/openssl/dsa.h1
-rw-r--r--include/openssl/dso.h1
-rw-r--r--include/openssl/dtls1.h1
-rw-r--r--include/openssl/e_os2.h1
-rw-r--r--include/openssl/ebcdic.h1
-rw-r--r--include/openssl/engine.h1
-rw-r--r--include/openssl/err.h1
-rw-r--r--include/openssl/evp.h1
-rw-r--r--include/openssl/hmac.h1
-rw-r--r--include/openssl/idea.h1
-rw-r--r--include/openssl/kdf.h1
-rw-r--r--include/openssl/lhash.h1
-rw-r--r--include/openssl/md2.h1
-rw-r--r--include/openssl/md4.h1
-rw-r--r--include/openssl/md5.h1
-rw-r--r--include/openssl/mdc2.h1
-rw-r--r--include/openssl/obj_mac.h1
-rw-r--r--include/openssl/objects.h1
-rw-r--r--include/openssl/ocsp.h1
-rw-r--r--include/openssl/opensslconf.h.in1
-rw-r--r--include/openssl/pem.h1
-rw-r--r--include/openssl/pkcs12.h1
-rw-r--r--include/openssl/pkcs7.h1
-rw-r--r--include/openssl/rand.h1
-rw-r--r--include/openssl/rc2.h1
-rw-r--r--include/openssl/rc4.h1
-rw-r--r--include/openssl/rc5.h1
-rw-r--r--include/openssl/ripemd.h1
-rw-r--r--include/openssl/rsa.h1
-rw-r--r--include/openssl/sha.h1
-rw-r--r--include/openssl/srp.h1
-rw-r--r--include/openssl/srtp.h1
-rw-r--r--include/openssl/ssl.h1
-rw-r--r--include/openssl/ssl2.h1
-rw-r--r--include/openssl/ssl3.h1
-rw-r--r--include/openssl/stack.h1
-rw-r--r--include/openssl/store.h1
-rw-r--r--include/openssl/tls1.h1
-rw-r--r--include/openssl/ts.h1
-rw-r--r--include/openssl/txt_db.h1
-rw-r--r--include/openssl/ui.h1
-rw-r--r--include/openssl/x509.h1
-rw-r--r--include/openssl/x509_vfy.h1
-rw-r--r--include/openssl/x509v3.h1
65 files changed, 0 insertions, 65 deletions
diff --git a/include/internal/constant_time_locl.h b/include/internal/constant_time_locl.h
index 8269a328f7..8141173510 100644
--- a/include/internal/constant_time_locl.h
+++ b/include/internal/constant_time_locl.h
@@ -1,4 +1,3 @@
-/* crypto/constant_time_locl.h */
/*-
* Utilities for constant-time cryptography.
*
diff --git a/include/internal/dane.h b/include/internal/dane.h
index 0d35cc2405..e38ee85bcf 100644
--- a/include/internal/dane.h
+++ b/include/internal/dane.h
@@ -1,4 +1,3 @@
-/* dane.h */
/*
* Written by Viktor Dukhovni (viktor@openssl.org) for the OpenSSL project
* 2015.
diff --git a/include/internal/o_dir.h b/include/internal/o_dir.h
index bf45a14d02..427b37fee8 100644
--- a/include/internal/o_dir.h
+++ b/include/internal/o_dir.h
@@ -1,4 +1,3 @@
-/* crypto/o_dir.h */
/*
* Copied from Richard Levitte's (richard@levitte.org) LP library. All
* symbol names have been changed, with permission from the author.
diff --git a/include/internal/o_str.h b/include/internal/o_str.h
index fa512eb397..2db3485751 100644
--- a/include/internal/o_str.h
+++ b/include/internal/o_str.h
@@ -1,4 +1,3 @@
-/* crypto/o_str.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2003.
diff --git a/include/openssl/aes.h b/include/openssl/aes.h
index 506ff5ec3b..8c36a4d64f 100644
--- a/include/openssl/aes.h
+++ b/include/openssl/aes.h
@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h
index 627f725ac0..63253d4e6c 100644
--- a/include/openssl/asn1.h
+++ b/include/openssl/asn1.h
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h
index 4750b34e0c..46fd086e24 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -1,4 +1,3 @@
-/* asn1t.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/include/openssl/async.h b/include/openssl/async.h
index d130a364a7..5ddfafb5da 100644
--- a/include/openssl/async.h
+++ b/include/openssl/async.h
@@ -1,4 +1,3 @@
-/* include/openssl/async.h */
/*
* Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
*/
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 6d6fb35f1b..ea1d3b752e 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -1,4 +1,3 @@
-/* crypto/bio/bio.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/blowfish.h b/include/openssl/blowfish.h
index ae613e88b7..ee4afa542d 100644
--- a/include/openssl/blowfish.h
+++ b/include/openssl/blowfish.h
@@ -1,4 +1,3 @@
-/* crypto/bf/blowfish.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/bn.h b/include/openssl/bn.h
index 84111b507f..08cdf79018 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -1,4 +1,3 @@
-/* crypto/bn/bn.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/buffer.h b/include/openssl/buffer.h
index 47d68f81c3..b325416f95 100644
--- a/include/openssl/buffer.h
+++ b/include/openssl/buffer.h
@@ -1,4 +1,3 @@
-/* crypto/buffer/buffer.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/camellia.h b/include/openssl/camellia.h
index 3736d3a453..d04d2a8b3a 100644
--- a/include/openssl/camellia.h
+++ b/include/openssl/camellia.h
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia.h */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/cast.h b/include/openssl/cast.h
index 7e9c21ac40..87d1933a9b 100644
--- a/include/openssl/cast.h
+++ b/include/openssl/cast.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/cmac.h b/include/openssl/cmac.h
index 175be8348a..a621923eb0 100644
--- a/include/openssl/cmac.h
+++ b/include/openssl/cmac.h
@@ -1,4 +1,3 @@
-/* crypto/cmac/cmac.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/include/openssl/cms.h b/include/openssl/cms.h
index 92c43a22eb..f8d55d84d2 100644
--- a/include/openssl/cms.h
+++ b/include/openssl/cms.h
@@ -1,4 +1,3 @@
-/* crypto/cms/cms.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/include/openssl/conf.h b/include/openssl/conf.h
index 81b7b95050..6598107914 100644
--- a/include/openssl/conf.h
+++ b/include/openssl/conf.h
@@ -1,4 +1,3 @@
-/* crypto/conf/conf.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/conf_api.h b/include/openssl/conf_api.h
index e478f7df4b..fd6f32e16d 100644
--- a/include/openssl/conf_api.h
+++ b/include/openssl/conf_api.h
@@ -1,4 +1,3 @@
-/* conf_api.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index dbdf84e022..2e2c088b18 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -1,4 +1,3 @@
-/* crypto/crypto.h */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/des.h b/include/openssl/des.h
index 9bb2e777a2..3d784fa03a 100644
--- a/include/openssl/des.h
+++ b/include/openssl/des.h
@@ -1,4 +1,3 @@
-/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index b1192a387f..528f52794d 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/dh.h
@@ -1,4 +1,3 @@
-/* crypto/dh/dh.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h
index 14b06ecff6..643fee4731 100644
--- a/include/openssl/dsa.h
+++ b/include/openssl/dsa.h
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/dso.h b/include/openssl/dso.h
index a473e98098..180163fae5 100644
--- a/include/openssl/dso.h
+++ b/include/openssl/dso.h
@@ -1,4 +1,3 @@
-/* dso.h */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index 1de5f68b6e..16df65211b 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -1,4 +1,3 @@
-/* ssl/dtls1.h */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h
index ceecbfaccc..2cfbe7aa46 100644
--- a/include/openssl/e_os2.h
+++ b/include/openssl/e_os2.h
@@ -1,4 +1,3 @@
-/* e_os2.h */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/ebcdic.h b/include/openssl/ebcdic.h
index 4cbdfeb7ae..e75b60923f 100644
--- a/include/openssl/ebcdic.h
+++ b/include/openssl/ebcdic.h
@@ -1,4 +1,3 @@
-/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
# define HEADER_EBCDIC_H
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 6d3fe37d4d..58b2d7cebc 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -1,4 +1,3 @@
-/* openssl/engine.h */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/include/openssl/err.h b/include/openssl/err.h
index df9cab2110..dd6f1253fb 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -1,4 +1,3 @@
-/* crypto/err/err.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index f6cb867fc3..2c60050bc9 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1,4 +1,3 @@
-/* crypto/evp/evp.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/hmac.h b/include/openssl/hmac.h
index f9a67b5386..71d7d65916 100644
--- a/include/openssl/hmac.h
+++ b/include/openssl/hmac.h
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/idea.h b/include/openssl/idea.h
index 13feb199bc..b92d979221 100644
--- a/include/openssl/idea.h
+++ b/include/openssl/idea.h
@@ -1,4 +1,3 @@
-/* crypto/idea/idea.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h
index 96ccf92397..b28a3f2c4a 100644
--- a/include/openssl/kdf.h
+++ b/include/openssl/kdf.h
@@ -1,4 +1,3 @@
-/* kdf.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index f4ea37b8a1..899544ce04 100644
--- a/include/openssl/lhash.h
+++ b/include/openssl/lhash.h
@@ -1,4 +1,3 @@
-/* crypto/lhash/lhash.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/md2.h b/include/openssl/md2.h
index 74c50529ae..4b42f7e663 100644
--- a/include/openssl/md2.h
+++ b/include/openssl/md2.h
@@ -1,4 +1,3 @@
-/* crypto/md/md2.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/md4.h b/include/openssl/md4.h
index 01052f339f..c937625f93 100644
--- a/include/openssl/md4.h
+++ b/include/openssl/md4.h
@@ -1,4 +1,3 @@
-/* crypto/md4/md4.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/md5.h b/include/openssl/md5.h
index 91f4251ece..02ea76a54e 100644
--- a/include/openssl/md5.h
+++ b/include/openssl/md5.h
@@ -1,4 +1,3 @@
-/* crypto/md5/md5.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/mdc2.h b/include/openssl/mdc2.h
index c2438c885d..fc9784fa18 100644
--- a/include/openssl/mdc2.h
+++ b/include/openssl/mdc2.h
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h
index 04605e07b1..74bdbe6e3d 100644
--- a/include/openssl/obj_mac.h
+++ b/include/openssl/obj_mac.h
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_mac.h */
/*
* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
diff --git a/include/openssl/objects.h b/include/openssl/objects.h
index 165817fb1a..05bc9b0248 100644
--- a/include/openssl/objects.h
+++ b/include/openssl/objects.h
@@ -1,4 +1,3 @@
-/* crypto/objects/objects.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h
index eb6c6a2c9f..08b7d47802 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -1,4 +1,3 @@
-/* ocsp.h */
/*
* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
* project.
diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in
index f54043acdd..58fb20ee9e 100644
--- a/include/openssl/opensslconf.h.in
+++ b/include/openssl/opensslconf.h.in
@@ -1,4 +1,3 @@
-/* opensslconf.h */
{- join("\n",map { "/* $_ */" } @autowarntext) -}
#ifdef __cplusplus
diff --git a/include/openssl/pem.h b/include/openssl/pem.h
index d8efce9f8c..0206fec68c 100644
--- a/include/openssl/pem.h
+++ b/include/openssl/pem.h
@@ -1,4 +1,3 @@
-/* crypto/pem/pem.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/pkcs12.h b/include/openssl/pkcs12.h
index d49cac7e0d..b164a00d5b 100644
--- a/include/openssl/pkcs12.h
+++ b/include/openssl/pkcs12.h
@@ -1,4 +1,3 @@
-/* pkcs12.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/include/openssl/pkcs7.h b/include/openssl/pkcs7.h
index 46fe45eacb..74f6c9b441 100644
--- a/include/openssl/pkcs7.h
+++ b/include/openssl/pkcs7.h
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pkcs7.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index fbc73a4960..2a9a85c1f1 100644
--- a/