X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fapps.h;h=82587b977056c9ef64918c0211ca0c64f9088350;hp=151a94e9195db35bc338a1d6d80e6d376a7258eb;hb=095aadc43faa829bef179db2aba29e31b0b6181f;hpb=68a1c6b0d9957d95a44453ceda50c30c71494bbc;ds=sidebyside diff --git a/apps/apps.h b/apps/apps.h index 151a94e919..82587b9770 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -66,6 +66,7 @@ #include #include #include +#include int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn); int app_RAND_write_file(const char *file, BIO *bio_e); @@ -99,7 +100,6 @@ extern BIO *bio_err; #else #define MAIN(a,v) PROG(a,v) -#include extern LHASH *config; extern char *default_config_file; extern BIO *bio_err;