From bb6e60adc5d02d903cbbf92cf7b1d7152fb4a905 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 28 Nov 2017 14:56:43 +0000 Subject: [PATCH] Rename the decaf files to curve448 files Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/{decaf.c => curve448.c} | 0 crypto/ec/curve448/{decaf_tables.c => curve448_tables.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename crypto/ec/curve448/{decaf.c => curve448.c} (100%) rename crypto/ec/curve448/{decaf_tables.c => curve448_tables.c} (100%) diff --git a/crypto/ec/curve448/decaf.c b/crypto/ec/curve448/curve448.c similarity index 100% rename from crypto/ec/curve448/decaf.c rename to crypto/ec/curve448/curve448.c diff --git a/crypto/ec/curve448/decaf_tables.c b/crypto/ec/curve448/curve448_tables.c similarity index 100% rename from crypto/ec/curve448/decaf_tables.c rename to crypto/ec/curve448/curve448_tables.c -- 2.25.1