From 55f06e6738b2e597ba0735ddbd0c7b65505aea8a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 29 Dec 2025 23:12:15 +0100 Subject: [PATCH] Refer to the correct header --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index 4534ec05..854fa6d0 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -39,7 +39,7 @@ load_4(const unsigned char *in) * and 10*25.5 bit limbs elsewhere. * * Functions used elsewhere that are candidates for inlining are defined - * via "private/curve25519_ref10.h". + * via "private/ed25519_ref10.h". */ #ifdef HAVE_TI_MODE