summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /include/openssl
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/aes.h2
-rw-r--r--include/openssl/applink.c2
-rw-r--r--include/openssl/asn1.h2
-rw-r--r--include/openssl/asn1_mac.h2
-rw-r--r--include/openssl/asn1t.h2
-rw-r--r--include/openssl/bio.h2
-rw-r--r--include/openssl/blowfish.h2
-rw-r--r--include/openssl/bn.h2
-rw-r--r--include/openssl/buffer.h2
-rw-r--r--include/openssl/camellia.h2
-rw-r--r--include/openssl/cast.h2
-rw-r--r--include/openssl/cmac.h2
-rw-r--r--include/openssl/cms.h2
-rw-r--r--include/openssl/comp.h2
-rw-r--r--include/openssl/conf.h2
-rw-r--r--include/openssl/conf_api.h2
-rw-r--r--include/openssl/crypto.h2
-rw-r--r--include/openssl/des.h2
-rw-r--r--include/openssl/des_old.h2
-rw-r--r--include/openssl/dh.h2
-rw-r--r--include/openssl/dsa.h2
-rw-r--r--include/openssl/dso.h2
-rw-r--r--include/openssl/dtls1.h2
-rw-r--r--include/openssl/e_os2.h2
-rw-r--r--include/openssl/ebcdic.h2
-rw-r--r--include/openssl/ec.h2
-rw-r--r--include/openssl/ecdh.h2
-rw-r--r--include/openssl/ecdsa.h2
-rw-r--r--include/openssl/engine.h2
-rw-r--r--include/openssl/err.h2
-rw-r--r--include/openssl/evp.h2
-rw-r--r--include/openssl/hmac.h2
-rw-r--r--include/openssl/idea.h2
-rw-r--r--include/openssl/krb5_asn.h2
-rw-r--r--include/openssl/kssl.h2
-rw-r--r--include/openssl/lhash.h2
-rw-r--r--include/openssl/md4.h2
-rw-r--r--include/openssl/md5.h2
-rw-r--r--include/openssl/mdc2.h2
-rw-r--r--include/openssl/modes.h2
-rw-r--r--include/openssl/obj_mac.h2
-rw-r--r--include/openssl/objects.h2
-rw-r--r--include/openssl/ocsp.h2
-rw-r--r--include/openssl/opensslconf.h2
-rw-r--r--include/openssl/opensslv.h2
-rw-r--r--include/openssl/ossl_typ.h2
-rw-r--r--include/openssl/pem.h2
-rw-r--r--include/openssl/pem2.h2
-rw-r--r--include/openssl/pkcs12.h2
-rw-r--r--include/openssl/pkcs7.h2
-rw-r--r--include/openssl/pqueue.h2
-rw-r--r--include/openssl/rand.h2
-rw-r--r--include/openssl/rc2.h2
-rw-r--r--include/openssl/rc4.h2
-rw-r--r--include/openssl/ripemd.h2
-rw-r--r--include/openssl/rsa.h2
-rw-r--r--include/openssl/safestack.h2
-rw-r--r--include/openssl/seed.h2
-rw-r--r--include/openssl/sha.h2
-rw-r--r--include/openssl/srp.h2
-rw-r--r--include/openssl/srtp.h2
-rw-r--r--include/openssl/ssl.h2
-rw-r--r--include/openssl/ssl2.h2
-rw-r--r--include/openssl/ssl23.h2
-rw-r--r--include/openssl/ssl3.h2
-rw-r--r--include/openssl/stack.h2
-rw-r--r--include/openssl/symhacks.h2
-rw-r--r--include/openssl/tls1.h2
-rw-r--r--include/openssl/ts.h2
-rw-r--r--include/openssl/txt_db.h2
-rw-r--r--include/openssl/ui.h2
-rw-r--r--include/openssl/ui_compat.h2
-rw-r--r--include/openssl/whrlpool.h2
-rw-r--r--include/openssl/x509.h2
-rw-r--r--include/openssl/x509_vfy.h2
-rw-r--r--include/openssl/x509v3.h2
76 files changed, 76 insertions, 76 deletions
diff --git a/include/openssl/aes.h b/include/openssl/aes.h
index 9b9c7319cc..600e22750f 100644
--- a/include/openssl/aes.h
+++ b/include/openssl/aes.h
@@ -1,4 +1,4 @@
-/* crypto/aes/aes.h */
+/* crypto/aes/aes.h */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/applink.c b/include/openssl/applink.c
index e082fa4c24..2908c522aa 100644
--- a/include/openssl/applink.c
+++ b/include/openssl/applink.c
@@ -1,4 +1,4 @@
-#define APPLINK_STDIN 1
+#define APPLINK_STDIN 1
#define APPLINK_STDOUT 2
#define APPLINK_STDERR 3
#define APPLINK_FPRINTF 4
diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h
index 005824140b..b7eed953b2 100644
--- a/include/openssl/asn1.h
+++ b/include/openssl/asn1.h
@@ -1,4 +1,4 @@
-/* crypto/asn1/asn1.h */
+/* crypto/asn1/asn1.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/asn1_mac.h b/include/openssl/asn1_mac.h
index 27904e0ad5..86f5adacde 100644
--- a/include/openssl/asn1_mac.h
+++ b/include/openssl/asn1_mac.h
@@ -1,4 +1,4 @@
-/* crypto/asn1/asn1_mac.h */
+/* crypto/asn1/asn1_mac.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 26f5ea89b4..fe5f8bc7ef 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -1,4 +1,4 @@
-/* asn1t.h */
+/* asn1t.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 0c94d4db1f..edfa753c61 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -1,4 +1,4 @@
-/* crypto/bio/bio.h */
+/* 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 8dcd68e54c..48f20f59f0 100644
--- a/include/openssl/blowfish.h
+++ b/include/openssl/blowfish.h
@@ -1,4 +1,4 @@
-/* crypto/bf/blowfish.h */
+/* 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 2a05c4806a..27b24f1419 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -1,4 +1,4 @@
-/* crypto/bn/bn.h */
+/* 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 eab0d1ebc0..dafcec61a1 100644
--- a/include/openssl/buffer.h
+++ b/include/openssl/buffer.h
@@ -1,4 +1,4 @@
-/* crypto/buffer/buffer.h */
+/* 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 5feca2e2b5..5427c7431f 100644
--- a/include/openssl/camellia.h
+++ b/include/openssl/camellia.h
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia.h */
+/* 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 5cf694691a..08fe448422 100644
--- a/include/openssl/cast.h
+++ b/include/openssl/cast.h
@@ -1,4 +1,4 @@
-/* crypto/cast/cast.h */
+/* 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 f81e9378cc..07446870f1 100644
--- a/include/openssl/cmac.h
+++ b/include/openssl/cmac.h
@@ -1,4 +1,4 @@
-/* crypto/cmac/cmac.h */
+/* 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 388c11ff23..2903652ac1 100644
--- a/include/openssl/cms.h
+++ b/include/openssl/cms.h
@@ -1,4 +1,4 @@
-/* crypto/cms/cms.h */
+/* crypto/cms/cms.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/include/openssl/comp.h b/include/openssl/comp.h
index e9ba2a0cea..7d1782805e 100644
--- a/include/openssl/comp.h
+++ b/include/openssl/comp.h
@@ -1,4 +1,4 @@
-
+
#ifndef HEADER_COMP_H
# define HEADER_COMP_H
diff --git a/include/openssl/conf.h b/include/openssl/conf.h
index 78bd00a961..4f121f56e8 100644
--- a/include/openssl/conf.h
+++ b/include/openssl/conf.h
@@ -1,4 +1,4 @@
-/* crypto/conf/conf.h */
+/* 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 637c1d86cc..d236041609 100644
--- a/include/openssl/conf_api.h
+++ b/include/openssl/conf_api.h
@@ -1,4 +1,4 @@
-/* conf_api.h */
+/* 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 ba645141f8..c6cd1fe9a0 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -1,4 +1,4 @@
-/* crypto/crypto.h */
+/* 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 d0ec4d0f3a..b26f3a919e 100644
--- a/include/openssl/des.h
+++ b/include/openssl/des.h
@@ -1,4 +1,4 @@
-/* crypto/des/des.h */
+/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/des_old.h b/include/openssl/des_old.h
index 29713d0c2f..4fb30e363f 100644
--- a/include/openssl/des_old.h
+++ b/include/openssl/des_old.h
@@ -1,4 +1,4 @@
-/* crypto/des/des_old.h */
+/* crypto/des/des_old.h */
/*-
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index ae900cfe08..b6a385affe 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/dh.h
@@ -1,4 +1,4 @@
-/* crypto/dh/dh.h */
+/* 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 5f1dade6e7..81a85b5c84 100644
--- a/include/openssl/dsa.h
+++ b/include/openssl/dsa.h
@@ -1,4 +1,4 @@
-/* crypto/dsa/dsa.h */
+/* 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 da6014f595..54521572bd 100644
--- a/include/openssl/dso.h
+++ b/include/openssl/dso.h
@@ -1,4 +1,4 @@
-/* dso.h */
+/* 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 20b3348308..d9e731e2d8 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -1,4 +1,4 @@
-/* ssl/dtls1.h */
+/* 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 9f459f71b9..486d579ed1 100644
--- a/include/openssl/e_os2.h
+++ b/include/openssl/e_os2.h
@@ -1,4 +1,4 @@
-/* e_os2.h */
+/* 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 5248ce8efc..4357009af6 100644
--- a/include/openssl/ebcdic.h
+++ b/include/openssl/ebcdic.h
@@ -1,4 +1,4 @@
-/* crypto/ebcdic.h */
+/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
# define HEADER_EBCDIC_H
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index 3a634b63e8..7181a89ddf 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -1,4 +1,4 @@
-/* crypto/ec/ec.h */
+/* crypto/ec/ec.h */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
diff --git a/include/openssl/ecdh.h b/include/openssl/ecdh.h
index 6afb6cf871..57a2ccb316 100644
--- a/include/openssl/ecdh.h
+++ b/include/openssl/ecdh.h
@@ -1,4 +1,4 @@
-/* crypto/ecdh/ecdh.h */
+/* crypto/ecdh/ecdh.h */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
diff --git a/include/openssl/ecdsa.h b/include/openssl/ecdsa.h
index 0b4eb19f73..8069cd66a5 100644
--- a/include/openssl/ecdsa.h
+++ b/include/openssl/ecdsa.h
@@ -1,4 +1,4 @@
-/* crypto/ecdsa/ecdsa.h */
+/* crypto/ecdsa/ecdsa.h */
/**
* \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions
* \author Written by Nils Larsch for the OpenSSL project
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index ee7939bc68..be517dd63f 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -1,4 +1,4 @@
-/* openssl/engine.h */
+/* 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 452077e1a3..476c76e79d 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -1,4 +1,4 @@
-/* crypto/err/err.h */
+/* 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 f1e231c6ec..d345bda4c6 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1,4 +1,4 @@
-/* crypto/evp/evp.h */
+/* 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 cbfae0ac9a..f5fd817fa6 100644
--- a/include/openssl/hmac.h
+++ b/include/openssl/hmac.h
@@ -1,4 +1,4 @@
-/* crypto/hmac/hmac.h */
+/* 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 5e4a132cf3..8d76c375f0 100644
--- a/include/openssl/idea.h
+++ b/include/openssl/idea.h
@@ -1,4 +1,4 @@
-/* crypto/idea/idea.h */
+/* crypto/idea/idea.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/krb5_asn.h b/include/openssl/krb5_asn.h
index 7f7b2e8cd7..efde5c0868 100644
--- a/include/openssl/krb5_asn.h
+++ b/include/openssl/krb5_asn.h
@@ -1,4 +1,4 @@
-/* krb5_asn.h */
+/* krb5_asn.h */
/*
* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project, **
* using ocsp/{*.h,*asn*.c} as a starting point
diff --git a/include/openssl/kssl.h b/include/openssl/kssl.h
index ae72b3b582..9b0f8180be 100644
--- a/include/openssl/kssl.h
+++ b/include/openssl/kssl.h
@@ -1,4 +1,4 @@
-/* ssl/kssl.h */
+/* ssl/kssl.h */
/*
* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project
* 2000. project 2000.
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index 2fe78ab6ec..21ffb7e952 100644
--- a/include/openssl/lhash.h
+++ b/include/openssl/lhash.h
@@ -1,4 +1,4 @@
-/* crypto/lhash/lhash.h */
+/* crypto/lhash/lhash.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/md4.h b/include/openssl/md4.h
index 5eec4c632d..34e441ea64 100644
--- a/include/openssl/md4.h
+++ b/include/openssl/md4.h
@@ -1,4 +1,4 @@
-/* crypto/md4/md4.h */
+/* 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 c5a232ba8c..80a050d3d4 100644
--- a/include/openssl/md5.h
+++ b/include/openssl/md5.h
@@ -1,4 +1,4 @@
-/* crypto/md5/md5.h */
+/* 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 a9d61d9caa..1654196c4e 100644
--- a/include/openssl/mdc2.h
+++ b/include/openssl/mdc2.h
@@ -1,4 +1,4 @@
-/* crypto/mdc2/mdc2.h */
+/* crypto/mdc2/mdc2.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/modes.h b/include/openssl/modes.h
index a944f6ffcc..7a1bc137da 100644
--- a/include/openssl/modes.h
+++ b/include/openssl/modes.h
@@ -1,4 +1,4 @@
-/* ====================================================================
+/* ====================================================================
* Copyright (c) 2008 The OpenSSL Project. All rights reserved.
*
* Rights for redistribution and usage in source and binary
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h
index 58d5b0f530..d53f3a5b6a 100644
--- a/include/openssl/obj_mac.h
+++ b/include/openssl/obj_mac.h
@@ -1,4 +1,4 @@
-/* crypto/objects/obj_mac.h */
+/* 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 695c988d16..f1d8f38954 100644
--- a/include/openssl/objects.h
+++ b/include/openssl/objects.h
@@ -1,4 +1,4 @@
-/* crypto/objects/objects.h */
+/* 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 cc6f44dcc5..485750ae96 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -1,4 +1,4 @@
-/* ocsp.h */
+/* ocsp.h */
/*
* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
* project.
diff --git a/include/openssl/opensslconf.h b/include/openssl/opensslconf.h
index ea463f3909..f5ea09b233 100644
--- a/include/openssl/opensslconf.h
+++ b/include/openssl/opensslconf.h
@@ -1,4 +1,4 @@
-/* opensslconf.h */
+/* opensslconf.h */
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
#ifdef __cplusplus
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index ac7979aa8d..253621231f 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -1,4 +1,4 @@
-#ifndef HEADER_OPENSSLV_H
+#ifndef HEADER_OPENSSLV_H
# define HEADER_OPENSSLV_H
#ifdef __cplusplus
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index 707991eaa2..5427df53f0 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -1,4 +1,4 @@
-/* ====================================================================
+/* ====================================================================
* Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/openssl/pem.h b/include/openssl/pem.h
index 8b0fc65818..355e89670a 100644
--- a/include/openssl/pem.h
+++ b/include/openssl/pem.h
@@ -1,4 +1,4 @@
-/* crypto/pem/pem.h */
+/* crypto/pem/pem.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/pem2.h b/include/openssl/pem2.h
index ad73e48586..c5d3fe85e2 100644
--- a/include/openssl/pem2.h
+++ b/include/openssl/pem2.h
@@ -1,4 +1,4 @@
-/* ====================================================================
+/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/openssl/pkcs12.h b/include/openssl/pkcs12.h
index 4112dfe95c..8a760f2ff3 100644
--- a/include/openssl/pkcs12.h
+++ b/include/openssl/pkcs12.h
@@ -1,4 +1,4 @@
-/* pkcs12.h */
+/* 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 0414ca7990..75725532f7 100644
--- a/include/openssl/pkcs7.h
+++ b/include/openssl/pkcs7.h
@@ -1,4 +1,4 @@
-/* crypto/pkcs7/pkcs7.h */
+/* crypto/pkcs7/pkcs7.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/pqueue.h b/include/openssl/pqueue.h
index 63933aa41d..36c53aeb4e 100644
--- a/include/openssl/pqueue.h
+++ b/include/openssl/pqueue.h
@@ -1,4 +1,4 @@
-/* crypto/pqueue/pqueue.h */
+/* crypto/pqueue/pqueue.h */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index b3240b8081..5b46d5b1c0 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -1,4 +1,4 @@
-/* crypto/rand/rand.h */
+/* crypto/rand/rand.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/rc2.h b/include/openssl/rc2.h
index ab6424a068..4702283747 100644
--- a/include/openssl/rc2.h
+++ b/include/openssl/rc2.h
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2.h */
+/* crypto/rc2/rc2.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/rc4.h b/include/openssl/rc4.h
index c08ec3f52d..68c3aedba1 100644
--- a/include/openssl/rc4.h
+++ b/include/openssl/rc4.h
@@ -1,4 +1,4 @@
-/* crypto/rc4/rc4.h */
+/* crypto/rc4/rc4.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ripemd.h b/include/openssl/ripemd.h
index a4dfcbcfde..e9c3de1706 100644
--- a/include/openssl/ripemd.h
+++ b/include/openssl/ripemd.h
@@ -1,4 +1,4 @@
-/* crypto/ripemd/ripemd.h */
+/* crypto/ripemd/ripemd.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 79d01d8dfb..f4a02f77a3 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -1,4 +1,4 @@
-/* crypto/rsa/rsa.h */
+/* crypto/rsa/rsa.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/safestack.h b/include/openssl/safestack.h
index e21584eb23..57d023efe5 100644
--- a/include/openssl/safestack.h
+++ b/include/openssl/safestack.h
@@ -1,4 +1,4 @@
-/* ====================================================================
+/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/openssl/seed.h b/include/openssl/seed.h
index 11fd1819cd..0e21fabd5c 100644
--- a/include/openssl/seed.h
+++ b/include/openssl/seed.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/openssl/sha.h b/include/openssl/sha.h
index a2d1566321..d13cdc016b 100644
--- a/include/openssl/sha.h
+++ b/include/openssl/sha.h
@@ -1,4 +1,4 @@
-/* crypto/sha/sha.h */
+/* crypto/sha/sha.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/srp.h b/include/openssl/srp.h
index 14c21cfeee..0dd2e4bbb2 100644
--- a/include/openssl/srp.h
+++ b/include/openssl/srp.h
@@ -1,4 +1,4 @@
-/* crypto/srp/srp.h */
+/* crypto/srp/srp.h */
/*
* Written by Christophe Renou (christophe.renou@edelweb.fr) with the
* precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
diff --git a/include/openssl/srtp.h b/include/openssl/srtp.h
index e0954a52ce..a843b1052a 100644
--- a/include/openssl/srtp.h
+++ b/include/openssl/srtp.h
@@ -1,4 +1,4 @@
-/* ssl/srtp.h */
+/* ssl/srtp.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 06b73094d6..162fc958b3 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1,4 +1,4 @@
-/* ssl/ssl.h */
+/* ssl/ssl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ssl2.h b/include/openssl/ssl2.h
index 8aeccef85a..fb5cb05c23 100644
--- a/include/openssl/ssl2.h
+++ b/include/openssl/ssl2.h
@@ -1,4 +1,4 @@
-/* ssl/ssl2.h */
+/* ssl/ssl2.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ssl23.h b/include/openssl/ssl23.h
index 94ba60a527..5a9145bbb4 100644
--- a/include/openssl/ssl23.h
+++ b/include/openssl/ssl23.h
@@ -1,4 +1,4 @@
-/* ssl/ssl23.h */
+/* ssl/ssl23.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index 6f4079c10a..90c470ca05 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -1,4 +1,4 @@
-/* ssl/ssl3.h */
+/* ssl/ssl3.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/stack.h b/include/openssl/stack.h
index eb98b8af9e..5105dcbe3c 100644
--- a/include/openssl/stack.h
+++ b/include/openssl/stack.h
@@ -1,4 +1,4 @@
-/* crypto/stack/stack.h */
+/* crypto/stack/stack.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/symhacks.h b/include/openssl/symhacks.h
index b0de68805a..af5000e74d 100644
--- a/include/openssl/symhacks.h
+++ b/include/openssl/symhacks.h
@@ -1,4 +1,4 @@
-/* ====================================================================
+/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index fa2737f018..83e6a90784 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -1,4 +1,4 @@
-/* ssl/tls1.h */
+/* ssl/tls1.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ts.h b/include/openssl/ts.h
index 85836cd15e..c11ad5f5ae 100644
--- a/include/openssl/ts.h
+++ b/include/openssl/ts.h
@@ -1,4 +1,4 @@
-/* crypto/ts/ts.h */
+/* crypto/ts/ts.h */
/*
* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project
* 2002, 2003, 2004.
diff --git a/include/openssl/txt_db.h b/include/openssl/txt_db.h
index 7c18002e49..a7a89c23fa 100644
--- a/include/openssl/txt_db.h
+++ b/include/openssl/txt_db.h
@@ -1,4 +1,4 @@
-/* crypto/txt_db/txt_db.h */
+/* crypto/txt_db/txt_db.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index bd07f7112a..b0c0b39b1e 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -1,4 +1,4 @@
-/* crypto/ui/ui.h */
+/* crypto/ui/ui.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2001.
diff --git a/include/openssl/ui_compat.h b/include/openssl/ui_compat.h
index 6e3542d0aa..ba33ac37e0 100644
--- a/include/openssl/ui_compat.h
+++ b/include/openssl/ui_compat.h
@@ -1,4 +1,4 @@
-/* crypto/ui/ui.h */
+/* crypto/ui/ui.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2001.
diff --git a/include/openssl/whrlpool.h b/include/openssl/whrlpool.h
index b986f17f63..dd78849324 100644
--- a/include/openssl/whrlpool.h
+++ b/include/openssl/whrlpool.h
@@ -1,4 +1,4 @@
-#ifndef HEADER_WHRLPOOL_H
+#ifndef HEADER_WHRLPOOL_H
# define HEADER_WHRLPOOL_H
# include <openssl/e_os2.h>
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index ca5d5703aa..5a7bc47ffc 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -1,4 +1,4 @@
-/* crypto/x509/x509.h */
+/* crypto/x509/x509.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h
index dd72192952..179f9ef7d9 100644
--- a/include/openssl/x509_vfy.h
+++ b/include/openssl/x509_vfy.h
@@ -1,4 +1,4 @@
-/* crypto/x509/x509_vfy.h */
+/* crypto/x509/x509_vfy.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h
index 6d4cc54bf8..bc20fc750d 100644
--- a/include/openssl/x509v3.h
+++ b/include/openssl/x509v3.h
@@ -1,4 +1,4 @@
-/* x509v3.h */
+/* x509v3.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.