From: Amitay Isaacs Date: Tue, 19 Jan 2021 02:52:52 +0000 (+1100) Subject: curve448: Rename arch_ref64 to arch_64 X-Git-Tag: openssl-3.0.0-alpha14~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136f96a5d7abb0879ecbeaf3883e0d20a249a2f6;p=thirdparty%2Fopenssl.git curve448: Rename arch_ref64 to arch_64 Signed-off-by: Amitay Isaacs Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/14784) --- diff --git a/crypto/ec/curve448/arch_ref64/arch_intrinsics.h b/crypto/ec/curve448/arch_64/arch_intrinsics.h similarity index 100% rename from crypto/ec/curve448/arch_ref64/arch_intrinsics.h rename to crypto/ec/curve448/arch_64/arch_intrinsics.h diff --git a/crypto/ec/curve448/arch_ref64/f_impl.c b/crypto/ec/curve448/arch_64/f_impl.c similarity index 100% rename from crypto/ec/curve448/arch_ref64/f_impl.c rename to crypto/ec/curve448/arch_64/f_impl.c diff --git a/crypto/ec/curve448/arch_ref64/f_impl.h b/crypto/ec/curve448/arch_64/f_impl.h similarity index 100% rename from crypto/ec/curve448/arch_ref64/f_impl.h rename to crypto/ec/curve448/arch_64/f_impl.h