Remove some logically dead code
authorMatt Caswell <matt@openssl.org>
Tue, 29 May 2018 13:55:45 +0000 (14:55 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 31 May 2018 09:38:51 +0000 (10:38 +0100)
commit1b3c89cd1e579aa8b9229498699ce54fa7986fa7
treea05babc4dd3fa3c54ddc0ed750dfa71c5c8bbcf0
parent5be77b074c17a506f222a28f13a0b64bbef9da7a
Remove some logically dead code

Found by coverity. This is an artifact left over from the original
decaf import which generated the source code for different curves. For
curve 448 this is dead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6373)
crypto/ec/curve448/eddsa.c