summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-19 00:43:43 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-19 01:49:31 +0100
commita45d7d5388c6774a484cff4af13f188240d3d50b (patch)
treeddad3b2b7f05af29d350a3a3b660e88661d364bd /apps/apps.h
parent3850f8cb15f74fd9beeb9f0743f722d41c6bdb25 (diff)
Include progs.h directly in openssl.c instead of via apps.h
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/apps.h b/apps/apps.h
index e7ea46181c..633b344830 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -631,6 +631,4 @@ extern int verify_quiet;
extern int verify_error;
extern int verify_return_error;
-# include "progs.h"
-
#endif