VMS: Fix curve448 internal test program
authorRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2018 09:15:16 +0000 (10:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2018 09:50:35 +0000 (10:50 +0100)
commitb8a3f39b890304757058deb730c855b72c14947b
treed50c5317e41b60ccb27c584a71ea057293f5f054
parentd4c499f562c1ab7ec7773c3987fc4dce7662a805
VMS: Fix curve448 internal test program

The internals test programs access header files that aren't guarded by
the public __DECC_INCLUDE_PROLOGUE.H and __DECC_INCLUDE_EPILOGUE.H
files, and therefore have no idea what the naming convention is.
Therefore, we need to specify that explicitely in the internals test
programs, since they aren't built with the same naming convention as
the library they belong with.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5425)
test/curve448_internal_test.c