Simplify some code
authorMatt Caswell <matt@openssl.org>
Wed, 7 Feb 2018 13:40:56 +0000 (13:40 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:31 +0000 (12:59 +0000)
commit9c9d6ff41c7cbd6c551bd056bf9cc06390de8290
tree966facfffb20948c4c40c70d7d998a2933da9ac3
parenta7232276fef30a63070fd9dbb53d3820d3761d5b
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 <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
crypto/ec/curve448/eddsa.c