diff options
Diffstat (limited to 'libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h')
-rw-r--r-- | libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |