diff options
Diffstat (limited to 'libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c')
-rw-r--r-- | libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c b/libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c index 1a059ee93f..9cb18ee319 100644 --- a/libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c +++ b/libs/libaxolotl/src/curve25519/ed25519/ge_frombytes.c @@ -1,4 +1,4 @@ -#include "ge.h" +#include "ge.h" static const fe d = { #include "d.h" |