Rearrange the inclusion of curve448/curve448_lcl.h
authorRichard Levitte <levitte@openssl.org>
Mon, 25 Feb 2019 18:27:42 +0000 (19:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 Feb 2019 18:37:01 +0000 (19:37 +0100)
commitf408e2a352b59f2e7aa2160bfb6285725fe88ea7
tree9cb3853acd1b785fab5d7b9a663a1964feab2c15
parentdf2cb82ae397ac7e1466f674ecd2309ac6de14e7
Rearrange the inclusion of curve448/curve448_lcl.h

The real cause for this change is that test/ec_internal_test.c
includes ec_lcl.h, and including curve448/curve448_lcl.h from there
doesn't work so well with compilers who always do inclusions relative
to the C file being compiled.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8334)
crypto/ec/ec_lcl.h
crypto/ec/ecx_meth.c