diff options
Diffstat (limited to 'libs/libaxolotl/src/curve25519/ed25519/nacl_includes')
7 files changed, 7 insertions, 7 deletions
diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int32.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int32.h index cae135e6e2..3c62609c72 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int32.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int32.h @@ -1,4 +1,4 @@ -#ifndef crypto_int32_h +#ifndef crypto_int32_h #define crypto_int32_h typedef int crypto_int32; diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int64.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int64.h index fc92417b62..294490ae44 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int64.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int64.h @@ -1,4 +1,4 @@ -#ifndef crypto_int64_h +#ifndef crypto_int64_h #define crypto_int64_h typedef long long crypto_int64; diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign.h index 8472603e91..4419fcc714 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign.h @@ -1,4 +1,4 @@ -#ifndef crypto_sign_H +#ifndef crypto_sign_H #define crypto_sign_H #include "crypto_sign_edwards25519sha512batch.h" diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h index 62fae61163..75c357749d 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h @@ -1,4 +1,4 @@ -#ifndef crypto_sign_edwards25519sha512batch_H +#ifndef crypto_sign_edwards25519sha512batch_H #define crypto_sign_edwards25519sha512batch_H #define crypto_sign_edwards25519sha512batch_ref10_SECRETKEYBYTES 64 diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint32.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint32.h index 21020d7b57..c0b072cc8f 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint32.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint32.h @@ -1,4 +1,4 @@ -#ifndef crypto_uint32_h +#ifndef crypto_uint32_h #define crypto_uint32_h typedef unsigned int crypto_uint32; diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h index 5aa0070375..8f385c8757 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h @@ -1,4 +1,4 @@ -#ifndef crypto_uint64_h +#ifndef crypto_uint64_h #define crypto_uint64_h typedef unsigned long long crypto_uint64; diff --git a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_verify_32.h b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_verify_32.h index 978d845222..2eab150ad1 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_verify_32.h +++ b/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_verify_32.h @@ -1,4 +1,4 @@ -#ifndef crypto_verify_32_H +#ifndef crypto_verify_32_H #define crypto_verify_32_H #define crypto_verify_32_ref_BYTES 32 |