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:38:06 +0000 (19:38 +0100)
commit13d928d38b5ba4f8085cf750bf3fd55685f92a61
tree6035eda0010ae0ca351400f15d69f29c2b6642e4
parent576129cd72ae054d246221f111aabf42b9c6d76d
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)

(cherry picked from commit f408e2a352b59f2e7aa2160bfb6285725fe88ea7)
crypto/ec/ec_lcl.h
crypto/ec/ecx_meth.c