summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-03-18 22:10:33 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-03-19 13:29:10 -0400
commit1e7e1c8d5c06207c4f99eab1f3cff7a033358ae1 (patch)
tree15a90a08892124df5af37e210a4bde4a9b0ff5d0 /apps/apps.h
parent5a339364f75342978cc3943f788037cb47ee529e (diff)
Revert "Include progs.h directly in openssl.c instead of via apps.h"
This reverts commit a45d7d5388c6774a484cff4af13f188240d3d50b. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 633b344830..e7ea46181c 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -631,4 +631,6 @@ extern int verify_quiet;
extern int verify_error;
extern int verify_return_error;
+# include "progs.h"
+
#endif