Include progs.h directly in openssl.c instead of via apps.h
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Mar 2016 23:43:43 +0000 (00:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 00:49:31 +0000 (01:49 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/apps.h
apps/openssl.c

index e7ea46181c7a06c26f91e9fa9753358bd2a50a77..633b344830b288f4add7a8be9ddf99f0a13c89d4 100644 (file)
@@ -631,6 +631,4 @@ extern int verify_quiet;
 extern int verify_error;
 extern int verify_return_error;
 
-# include "progs.h"
-
 #endif
index d460a6b8862adc9d92bf9a3189f9b9a5697a074c..b6ac557d43c05cb52e35711688e9e67b238f10dc 100644 (file)
 #ifdef OPENSSL_SYS_VMS
 # include <unixio.h>
 #endif
-#define INCLUDE_FUNCTION_TABLE
 #include "apps.h"
+#include "progs.h"
 
 
 #ifdef OPENSSL_NO_CAMELLIA