projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make sure test/gost2814789test.c can see configuration macros
[openssl.git]
/
test
/
gost2814789test.c
diff --git
a/test/gost2814789test.c
b/test/gost2814789test.c
index
4569249
..
b2cd41f
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[])