summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/apps.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/src/apps/apps.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h
index 9c32447606..077d766a49 100644
--- a/src/lib/libssl/src/apps/apps.h
+++ b/src/lib/libssl/src/apps/apps.h
@@ -112,8 +112,7 @@
112#ifndef HEADER_APPS_H 112#ifndef HEADER_APPS_H
113#define HEADER_APPS_H 113#define HEADER_APPS_H
114 114
115#include "e_os.h" 115#include <openssl/e_os2.h>
116
117#include <openssl/bio.h> 116#include <openssl/bio.h>
118#include <openssl/x509.h> 117#include <openssl/x509.h>
119#include <openssl/lhash.h> 118#include <openssl/lhash.h>
@@ -133,9 +132,7 @@ int app_RAND_write_file(const char *file, BIO *bio_e);
133 * `bio_e' is for error messages. */ 132 * `bio_e' is for error messages. */
134void app_RAND_allow_write_file(void); 133void app_RAND_allow_write_file(void);
135long app_RAND_load_files(char *file); /* `file' is a list of files to read, 134long app_RAND_load_files(char *file); /* `file' is a list of files to read,
136 * separated by LIST_SEPARATOR_CHAR 135 * separated by ':'. The string is destroyed! */
137 * (see e_os.h). The string is
138 * destroyed! */
139 136
140extern CONF *config; 137extern CONF *config;
141extern char *default_config_file; 138extern char *default_config_file;