Commit e36c5fc4 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarTim Hudson <tjh@openssl.org>
parent acaff3b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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[])