vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c in rbnacl-libsodium-1.0.7 vs vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c in rbnacl-libsodium-1.0.8

- old
+ new

@@ -4,12 +4,11 @@ #include <string.h> #include "crypto_hash_sha512.h" #include "crypto_sign_ed25519.h" #include "crypto_verify_32.h" -#include "ge.h" -#include "sc.h" #include "utils.h" +#include "../../../crypto_core/curve25519/ref10/curve25519_ref10.h" int crypto_sign_ed25519_verify_detached(const unsigned char *sig, const unsigned char *m, unsigned long long mlen,