Make sure test/gost2814789test.c can see configuration macros
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Jun 2015 23:51:23 +0000 (01:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Jun 2015 00:03:03 +0000 (02:03 +0200)
commite36c5fc4f547ce62280e5a704d1f94189742ec65
treed5afbfde936118ed9c8de0dfa5cfe2e007c1441e
parentacaff3b797f50a0a0e17a0be45b7fafad962004e
Make sure test/gost2814789test.c can see configuration macros

test/gost2814789test.c needs to include openssl/e_os2.h or it wouldn't
see the defined OPENSSL_NO_* macros.

Reviewed-by: Tim Hudson <tjh@openssl.org>
test/gost2814789test.c