VMS: Fix internals test programs
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2017 21:30:57 +0000 (23:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2017 21:46:13 +0000 (23:46 +0200)
commitedd689efbfa26a657a5d8310f43a4f11d29a460e
tree60f8aef4f49285b87947175b43835ed110058f05
parent19eaee749d3b460246d9feadea350b22fa329f03
VMS: Fix internals test programs

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: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3247)
test/asn1_internal_test.c
test/chacha_internal_test.c
test/poly1305_internal_test.c
test/siphash_internal_test.c
test/tls13encryptiontest.c
test/tls13secretstest.c
test/uitest.c
test/wpackettest.c
test/x509_internal_test.c