projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaff3b
)
Make sure test/gost2814789test.c can see configuration macros
author
Richard Levitte
<levitte@openssl.org>
Tue, 9 Jun 2015 23:51:23 +0000
(
01:51
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 10 Jun 2015 00:03:03 +0000
(
02:03
+0200)
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
patch
|
blob
|
history
diff --git
a/test/gost2814789test.c
b/test/gost2814789test.c
index 4569249e9ab41596ae1c8abcddbb3fb3bde7700f..b2cd41fadc183dc5bc8fe680c63f4bf37ca1b6e9 100644
(file)
--- a/
test/gost2814789test.c
+++ b/
test/gost2814789test.c
@@
-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[])