From: Matt Caswell Date: Wed, 7 Feb 2018 13:40:56 +0000 (+0000) Subject: Simplify some code X-Git-Tag: OpenSSL_1_1_1-pre2~64 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9c9d6ff41c7cbd6c551bd056bf9cc06390de8290;hp=9c9d6ff41c7cbd6c551bd056bf9cc06390de8290 Simplify some code The original curve448 code was templated to allow for a 25519 implementation. We've just imported the 448 stuff - but a remnant of the original templated approach remained. This just simplifies that. Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) ---