提交 e36c5fc4 编写于 作者: R Richard Levitte

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: NTim Hudson <tjh@openssl.org>
上级 acaff3b7
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* ==================================================================== * ====================================================================
*/ */
#include <stdio.h> #include <stdio.h>
#include <openssl/e_os2.h>
#if defined(OPENSSL_NO_ENGINE) || defined(OPENSSL_NO_GOST) #if defined(OPENSSL_NO_ENGINE) || defined(OPENSSL_NO_GOST)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册