diff options
Diffstat (limited to 'src/lib/pk_pad')
-rw-r--r-- | src/lib/pk_pad/eme.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/eme_oaep/oaep.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/eme_pkcs1/eme_pkcs.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/eme_raw/eme_raw.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa1/emsa1.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa_pssr/pssr.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa_raw/emsa_raw.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/emsa_x931/emsa_x931.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/hash_id/hash_id.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/iso9796/iso9796.h | 4 | ||||
-rw-r--r-- | src/lib/pk_pad/mgf1/mgf1.h | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/src/lib/pk_pad/eme.h b/src/lib/pk_pad/eme.h index d4722e793..8842358fe 100644 --- a/src/lib/pk_pad/eme.h +++ b/src/lib/pk_pad/eme.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ -#define BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ +#ifndef BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H_ +#define BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H_ #include <botan/secmem.h> #include <botan/rng.h> diff --git a/src/lib/pk_pad/eme_oaep/oaep.h b/src/lib/pk_pad/eme_oaep/oaep.h index f675d5286..f33eceb51 100644 --- a/src/lib/pk_pad/eme_oaep/oaep.h +++ b/src/lib/pk_pad/eme_oaep/oaep.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_OAEP_H__ -#define BOTAN_OAEP_H__ +#ifndef BOTAN_OAEP_H_ +#define BOTAN_OAEP_H_ #include <botan/eme.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/eme_pkcs1/eme_pkcs.h b/src/lib/pk_pad/eme_pkcs1/eme_pkcs.h index a08160ab7..a77e0141b 100644 --- a/src/lib/pk_pad/eme_pkcs1/eme_pkcs.h +++ b/src/lib/pk_pad/eme_pkcs1/eme_pkcs.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EME_PKCS1_H__ -#define BOTAN_EME_PKCS1_H__ +#ifndef BOTAN_EME_PKCS1_H_ +#define BOTAN_EME_PKCS1_H_ #include <botan/eme.h> diff --git a/src/lib/pk_pad/eme_raw/eme_raw.h b/src/lib/pk_pad/eme_raw/eme_raw.h index b3b3be425..d736a80bb 100644 --- a/src/lib/pk_pad/eme_raw/eme_raw.h +++ b/src/lib/pk_pad/eme_raw/eme_raw.h @@ -4,8 +4,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EME_RAW_H__ -#define BOTAN_EME_RAW_H__ +#ifndef BOTAN_EME_RAW_H_ +#define BOTAN_EME_RAW_H_ #include <botan/eme.h> diff --git a/src/lib/pk_pad/emsa.h b/src/lib/pk_pad/emsa.h index 6ee509480..270aa9298 100644 --- a/src/lib/pk_pad/emsa.h +++ b/src/lib/pk_pad/emsa.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_PUBKEY_EMSA_H__ -#define BOTAN_PUBKEY_EMSA_H__ +#ifndef BOTAN_PUBKEY_EMSA_H_ +#define BOTAN_PUBKEY_EMSA_H_ #include <botan/secmem.h> #include <botan/rng.h> diff --git a/src/lib/pk_pad/emsa1/emsa1.h b/src/lib/pk_pad/emsa1/emsa1.h index ec9394a1d..1d682f7f1 100644 --- a/src/lib/pk_pad/emsa1/emsa1.h +++ b/src/lib/pk_pad/emsa1/emsa1.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EMSA1_H__ -#define BOTAN_EMSA1_H__ +#ifndef BOTAN_EMSA1_H_ +#define BOTAN_EMSA1_H_ #include <botan/emsa.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.h b/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.h index 304e27815..b58ccb385 100644 --- a/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.h +++ b/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EMSA_PKCS1_H__ -#define BOTAN_EMSA_PKCS1_H__ +#ifndef BOTAN_EMSA_PKCS1_H_ +#define BOTAN_EMSA_PKCS1_H_ #include <botan/emsa.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/emsa_pssr/pssr.h b/src/lib/pk_pad/emsa_pssr/pssr.h index 4769ca929..63a09b9c4 100644 --- a/src/lib/pk_pad/emsa_pssr/pssr.h +++ b/src/lib/pk_pad/emsa_pssr/pssr.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_PSSR_H__ -#define BOTAN_PSSR_H__ +#ifndef BOTAN_PSSR_H_ +#define BOTAN_PSSR_H_ #include <botan/emsa.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/emsa_raw/emsa_raw.h b/src/lib/pk_pad/emsa_raw/emsa_raw.h index dd7456fd7..f85595cdf 100644 --- a/src/lib/pk_pad/emsa_raw/emsa_raw.h +++ b/src/lib/pk_pad/emsa_raw/emsa_raw.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EMSA_RAW_H__ -#define BOTAN_EMSA_RAW_H__ +#ifndef BOTAN_EMSA_RAW_H_ +#define BOTAN_EMSA_RAW_H_ #include <botan/emsa.h> diff --git a/src/lib/pk_pad/emsa_x931/emsa_x931.h b/src/lib/pk_pad/emsa_x931/emsa_x931.h index 9ea63bc6b..0f186deb2 100644 --- a/src/lib/pk_pad/emsa_x931/emsa_x931.h +++ b/src/lib/pk_pad/emsa_x931/emsa_x931.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_EMSA_X931_H__ -#define BOTAN_EMSA_X931_H__ +#ifndef BOTAN_EMSA_X931_H_ +#define BOTAN_EMSA_X931_H_ #include <botan/emsa.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/hash_id/hash_id.h b/src/lib/pk_pad/hash_id/hash_id.h index 8cd442ed1..75c86c0c6 100644 --- a/src/lib/pk_pad/hash_id/hash_id.h +++ b/src/lib/pk_pad/hash_id/hash_id.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_HASHID_H__ -#define BOTAN_HASHID_H__ +#ifndef BOTAN_HASHID_H_ +#define BOTAN_HASHID_H_ #include <botan/secmem.h> #include <string> diff --git a/src/lib/pk_pad/iso9796/iso9796.h b/src/lib/pk_pad/iso9796/iso9796.h index 358685c80..692ca1300 100644 --- a/src/lib/pk_pad/iso9796/iso9796.h +++ b/src/lib/pk_pad/iso9796/iso9796.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ISO9796_H__ -#define BOTAN_ISO9796_H__ +#ifndef BOTAN_ISO9796_H_ +#define BOTAN_ISO9796_H_ #include <botan/emsa.h> #include <botan/hash.h> diff --git a/src/lib/pk_pad/mgf1/mgf1.h b/src/lib/pk_pad/mgf1/mgf1.h index 54401cbb8..65227afef 100644 --- a/src/lib/pk_pad/mgf1/mgf1.h +++ b/src/lib/pk_pad/mgf1/mgf1.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_MGF1_H__ -#define BOTAN_MGF1_H__ +#ifndef BOTAN_MGF1_H_ +#define BOTAN_MGF1_H_ #include <botan/hash.h> |