Include progs.h directly in openssl.c instead of via apps.h

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-03-19 00:43:43 +01:00
parent 3850f8cb15
commit a45d7d5388
2 changed files with 1 additions and 3 deletions

View file

@ -631,6 +631,4 @@ extern int verify_quiet;
extern int verify_error;
extern int verify_return_error;
# include "progs.h"
#endif

View file

@ -132,8 +132,8 @@
#ifdef OPENSSL_SYS_VMS
# include <unixio.h>
#endif
#define INCLUDE_FUNCTION_TABLE
#include "apps.h"
#include "progs.h"
#ifdef OPENSSL_NO_CAMELLIA