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

This reverts commit a45d7d5388.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Viktor Dukhovni 2016-03-18 22:10:33 -04:00
parent 5a339364f7
commit 1e7e1c8d5c
2 changed files with 3 additions and 1 deletions

View File

@ -631,4 +631,6 @@ 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