]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/apps.c
On certain platforms, we redefine certain symbols using macros in
[thirdparty/openssl.git] / apps / apps.c
index 5863b33850ea9048351e93d2925e97f1d514823c..b2a28c9b4d23942b79f4c230a154e556a0006532 100644 (file)
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#define NON_MAIN
-#include "apps.h"
-#undef NON_MAIN
 #include <openssl/err.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 #  endif /* NO_STRINGS_H */
 #endif
 
+#define NON_MAIN
+#include "apps.h"
+#undef NON_MAIN
+
 #ifdef OPENSSL_SYS_WINDOWS
 #  include "bss_file.c"
 #endif