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>
This commit is contained in:
parent
acaff3b797
commit
e36c5fc4f5
@ -8,6 +8,7 @@
|
||||
* ====================================================================
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#if defined(OPENSSL_NO_ENGINE) || defined(OPENSSL_NO_GOST)
|
||||
int main(int argc, char *argv[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user