Commit 1e7e1c8d authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

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



This reverts commit a45d7d53.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5a339364
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -631,4 +631,6 @@ extern int verify_quiet;
extern int verify_error;
extern int verify_return_error;

# include "progs.h"

#endif
+1 −1
Original line number Diff line number Diff line
@@ -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