X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fapps.h;h=ce1f0fd9afbb08f6aa181c7d142d40aba0af8d9f;hp=063f9c65be72c5bcc54d79a107177cab11aa5183;hb=a31011e8e0ea18f1cc79d7eb53238768ae9369c6;hpb=38899535f85784442395aeab921b25fc79266491 diff --git a/apps/apps.h b/apps/apps.h index 063f9c65be..ce1f0fd9af 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -66,6 +66,16 @@ #include #include "progs.h" +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); +/* When `file' is NULL, use defaults. + * `bio_e' is for error messages. */ +void app_RAND_allow_write_file(void); +long app_RAND_load_files(char *file); /* `file' is a list of files to read, + * separated by LIST_SEPARATOR_CHAR + * (see e_os.h). The string is + * destroyed! */ + #ifdef NO_STDIO BIO_METHOD *BIO_s_file(); #endif