diff options
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/cert_status.h | 4 | ||||
-rw-r--r-- | src/lib/x509/certstor.h | 4 | ||||
-rw-r--r-- | src/lib/x509/certstor_sql/certstor_sql.h | 4 | ||||
-rw-r--r-- | src/lib/x509/certstor_sqlite3/certstor_sqlite.h | 4 | ||||
-rw-r--r-- | src/lib/x509/crl_ent.h | 4 | ||||
-rw-r--r-- | src/lib/x509/datastor.h | 4 | ||||
-rw-r--r-- | src/lib/x509/key_constraint.h | 4 | ||||
-rw-r--r-- | src/lib/x509/name_constraint.h | 4 | ||||
-rw-r--r-- | src/lib/x509/ocsp.h | 4 | ||||
-rw-r--r-- | src/lib/x509/ocsp_types.h | 4 | ||||
-rw-r--r-- | src/lib/x509/pkcs10.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509_ca.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509_crl.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509_ext.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509_obj.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509cert.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509path.h | 4 | ||||
-rw-r--r-- | src/lib/x509/x509self.h | 4 |
18 files changed, 36 insertions, 36 deletions
diff --git a/src/lib/x509/cert_status.h b/src/lib/x509/cert_status.h index e4052eee5..3bc610571 100644 --- a/src/lib/x509/cert_status.h +++ b/src/lib/x509/cert_status.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_PATH_RESULT_H__ -#define BOTAN_X509_PATH_RESULT_H__ +#ifndef BOTAN_X509_PATH_RESULT_H_ +#define BOTAN_X509_PATH_RESULT_H_ #include <botan/build.h> diff --git a/src/lib/x509/certstor.h b/src/lib/x509/certstor.h index 1e2690b4f..c2ce8b15b 100644 --- a/src/lib/x509/certstor.h +++ b/src/lib/x509/certstor.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CERT_STORE_H__ -#define BOTAN_CERT_STORE_H__ +#ifndef BOTAN_CERT_STORE_H_ +#define BOTAN_CERT_STORE_H_ #include <botan/x509cert.h> #include <botan/x509_crl.h> diff --git a/src/lib/x509/certstor_sql/certstor_sql.h b/src/lib/x509/certstor_sql/certstor_sql.h index 343fc6a0a..98324193e 100644 --- a/src/lib/x509/certstor_sql/certstor_sql.h +++ b/src/lib/x509/certstor_sql/certstor_sql.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CERT_STORE_SQL_H__ -#define BOTAN_CERT_STORE_SQL_H__ +#ifndef BOTAN_CERT_STORE_SQL_H_ +#define BOTAN_CERT_STORE_SQL_H_ #include <botan/certstor.h> #include <botan/x509cert.h> diff --git a/src/lib/x509/certstor_sqlite3/certstor_sqlite.h b/src/lib/x509/certstor_sqlite3/certstor_sqlite.h index 02910871a..684ece8d7 100644 --- a/src/lib/x509/certstor_sqlite3/certstor_sqlite.h +++ b/src/lib/x509/certstor_sqlite3/certstor_sqlite.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CERT_STORE_SQLITE_H__ -#define BOTAN_CERT_STORE_SQLITE_H__ +#ifndef BOTAN_CERT_STORE_SQLITE_H_ +#define BOTAN_CERT_STORE_SQLITE_H_ #include <botan/certstor_sql.h> diff --git a/src/lib/x509/crl_ent.h b/src/lib/x509/crl_ent.h index 5c265bf52..cf509d3c1 100644 --- a/src/lib/x509/crl_ent.h +++ b/src/lib/x509/crl_ent.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CRL_ENTRY_H__ -#define BOTAN_CRL_ENTRY_H__ +#ifndef BOTAN_CRL_ENTRY_H_ +#define BOTAN_CRL_ENTRY_H_ #include <botan/asn1_time.h> diff --git a/src/lib/x509/datastor.h b/src/lib/x509/datastor.h index 1b3fc244e..5cb9fad9d 100644 --- a/src/lib/x509/datastor.h +++ b/src/lib/x509/datastor.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_DATA_STORE_H__ -#define BOTAN_DATA_STORE_H__ +#ifndef BOTAN_DATA_STORE_H_ +#define BOTAN_DATA_STORE_H_ #include <botan/secmem.h> #include <functional> diff --git a/src/lib/x509/key_constraint.h b/src/lib/x509/key_constraint.h index 5a47b0046..268bd87f1 100644 --- a/src/lib/x509/key_constraint.h +++ b/src/lib/x509/key_constraint.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENUMS_H__ -#define BOTAN_ENUMS_H__ +#ifndef BOTAN_ENUMS_H_ +#define BOTAN_ENUMS_H_ #include <botan/build.h> #include <string> diff --git a/src/lib/x509/name_constraint.h b/src/lib/x509/name_constraint.h index b88f37cce..28c3a2f4f 100644 --- a/src/lib/x509/name_constraint.h +++ b/src/lib/x509/name_constraint.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_NAME_CONSTRAINT_H__ -#define BOTAN_NAME_CONSTRAINT_H__ +#ifndef BOTAN_NAME_CONSTRAINT_H_ +#define BOTAN_NAME_CONSTRAINT_H_ #include <botan/asn1_obj.h> #include <ostream> diff --git a/src/lib/x509/ocsp.h b/src/lib/x509/ocsp.h index dc3532247..3ff847370 100644 --- a/src/lib/x509/ocsp.h +++ b/src/lib/x509/ocsp.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_OCSP_H__ -#define BOTAN_OCSP_H__ +#ifndef BOTAN_OCSP_H_ +#define BOTAN_OCSP_H_ #include <botan/cert_status.h> #include <botan/ocsp_types.h> diff --git a/src/lib/x509/ocsp_types.h b/src/lib/x509/ocsp_types.h index 4f1ce87d6..8131addb1 100644 --- a/src/lib/x509/ocsp_types.h +++ b/src/lib/x509/ocsp_types.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_OCSP_TYPES_H__ -#define BOTAN_OCSP_TYPES_H__ +#ifndef BOTAN_OCSP_TYPES_H_ +#define BOTAN_OCSP_TYPES_H_ #include <botan/x509cert.h> #include <botan/asn1_time.h> diff --git a/src/lib/x509/pkcs10.h b/src/lib/x509/pkcs10.h index 16d41ab01..973b91b8a 100644 --- a/src/lib/x509/pkcs10.h +++ b/src/lib/x509/pkcs10.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_PKCS10_H__ -#define BOTAN_PKCS10_H__ +#ifndef BOTAN_PKCS10_H_ +#define BOTAN_PKCS10_H_ #include <botan/x509_obj.h> #include <botan/x509_dn.h> diff --git a/src/lib/x509/x509_ca.h b/src/lib/x509/x509_ca.h index f9fd34d09..d10bdb338 100644 --- a/src/lib/x509/x509_ca.h +++ b/src/lib/x509/x509_ca.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_CA_H__ -#define BOTAN_X509_CA_H__ +#ifndef BOTAN_X509_CA_H_ +#define BOTAN_X509_CA_H_ #include <botan/x509cert.h> #include <botan/x509_crl.h> diff --git a/src/lib/x509/x509_crl.h b/src/lib/x509/x509_crl.h index 9e1193f80..35eded502 100644 --- a/src/lib/x509/x509_crl.h +++ b/src/lib/x509/x509_crl.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_CRL_H__ -#define BOTAN_X509_CRL_H__ +#ifndef BOTAN_X509_CRL_H_ +#define BOTAN_X509_CRL_H_ #include <botan/x509_obj.h> #include <botan/x509_dn.h> diff --git a/src/lib/x509/x509_ext.h b/src/lib/x509/x509_ext.h index a77edc194..bd2ec86c3 100644 --- a/src/lib/x509/x509_ext.h +++ b/src/lib/x509/x509_ext.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_EXTENSIONS_H__ -#define BOTAN_X509_EXTENSIONS_H__ +#ifndef BOTAN_X509_EXTENSIONS_H_ +#define BOTAN_X509_EXTENSIONS_H_ #include <botan/asn1_obj.h> #include <botan/asn1_oid.h> diff --git a/src/lib/x509/x509_obj.h b/src/lib/x509/x509_obj.h index 947568c51..fdce9cb1f 100644 --- a/src/lib/x509/x509_obj.h +++ b/src/lib/x509/x509_obj.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_OBJECT_H__ -#define BOTAN_X509_OBJECT_H__ +#ifndef BOTAN_X509_OBJECT_H_ +#define BOTAN_X509_OBJECT_H_ #include <botan/asn1_obj.h> #include <botan/x509_key.h> diff --git a/src/lib/x509/x509cert.h b/src/lib/x509/x509cert.h index ebd3d44aa..f2100c8b9 100644 --- a/src/lib/x509/x509cert.h +++ b/src/lib/x509/x509cert.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_CERTS_H__ -#define BOTAN_X509_CERTS_H__ +#ifndef BOTAN_X509_CERTS_H_ +#define BOTAN_X509_CERTS_H_ #include <botan/x509_obj.h> #include <botan/x509_dn.h> diff --git a/src/lib/x509/x509path.h b/src/lib/x509/x509path.h index 0c1326e73..9a7f9542f 100644 --- a/src/lib/x509/x509path.h +++ b/src/lib/x509/x509path.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_CERT_PATH_VALIDATION_H__ -#define BOTAN_X509_CERT_PATH_VALIDATION_H__ +#ifndef BOTAN_X509_CERT_PATH_VALIDATION_H_ +#define BOTAN_X509_CERT_PATH_VALIDATION_H_ #include <botan/cert_status.h> #include <botan/x509cert.h> diff --git a/src/lib/x509/x509self.h b/src/lib/x509/x509self.h index a6ce48cfa..b39f8bdd1 100644 --- a/src/lib/x509/x509self.h +++ b/src/lib/x509/x509self.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_SELF_H__ -#define BOTAN_X509_SELF_H__ +#ifndef BOTAN_X509_SELF_H_ +#define BOTAN_X509_SELF_H_ #include <botan/x509cert.h> #include <botan/x509_ext.h> |