diff options
Diffstat (limited to 'src/lib/libssl/src/apps/apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/apps.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h index 5b3836ab22..a88902ac13 100644 --- a/src/lib/libssl/src/apps/apps.h +++ b/src/lib/libssl/src/apps/apps.h | |||
@@ -134,10 +134,6 @@ long app_RAND_load_files(char *file); /* `file' is a list of files to read, | |||
134 | * (see e_os.h). The string is | 134 | * (see e_os.h). The string is |
135 | * destroyed! */ | 135 | * destroyed! */ |
136 | 136 | ||
137 | #ifdef OPENSSL_NO_STDIO | ||
138 | BIO_METHOD *BIO_s_file(); | ||
139 | #endif | ||
140 | |||
141 | #ifdef OPENSSL_SYS_WIN32 | 137 | #ifdef OPENSSL_SYS_WIN32 |
142 | #define rename(from,to) WIN32_rename((from),(to)) | 138 | #define rename(from,to) WIN32_rename((from),(to)) |
143 | int WIN32_rename(char *oldname,char *newname); | 139 | int WIN32_rename(char *oldname,char *newname); |
@@ -217,8 +213,8 @@ typedef struct pw_cb_data | |||
217 | int password_callback(char *buf, int bufsiz, int verify, | 213 | int password_callback(char *buf, int bufsiz, int verify, |
218 | PW_CB_DATA *cb_data); | 214 | PW_CB_DATA *cb_data); |
219 | 215 | ||
220 | int setup_ui_method(); | 216 | int setup_ui_method(void); |
221 | void destroy_ui_method(); | 217 | void destroy_ui_method(void); |
222 | 218 | ||
223 | int should_retry(int i); | 219 | int should_retry(int i); |
224 | int args_from_file(char *file, int *argc, char **argv[]); | 220 | int args_from_file(char *file, int *argc, char **argv[]); |