diff options
Diffstat (limited to 'src/lib/libssl/src/apps/apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/apps.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h index 55015024e9..eae0f4708a 100644 --- a/src/lib/libssl/src/apps/apps.h +++ b/src/lib/libssl/src/apps/apps.h | |||
@@ -320,8 +320,6 @@ unsigned char *next_protos_parse(unsigned short *outlen, const char *in); | |||
320 | #define SERIAL_RAND_BITS 64 | 320 | #define SERIAL_RAND_BITS 64 |
321 | 321 | ||
322 | int app_isdir(const char *); | 322 | int app_isdir(const char *); |
323 | int raw_read_stdin(void *, int); | ||
324 | int raw_write_stdout(const void *, int); | ||
325 | 323 | ||
326 | #define TM_START 0 | 324 | #define TM_START 0 |
327 | #define TM_STOP 1 | 325 | #define TM_STOP 1 |