diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/s_apps.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libssl/src/apps/s_apps.h b/src/lib/libssl/src/apps/s_apps.h index 1a0e9f9f92..57af7c0f8c 100644 --- a/src/lib/libssl/src/apps/s_apps.h +++ b/src/lib/libssl/src/apps/s_apps.h | |||
@@ -84,7 +84,6 @@ typedef fd_mask fd_set; | |||
84 | #define PORT_STR "4433" | 84 | #define PORT_STR "4433" |
85 | #define PROTOCOL "tcp" | 85 | #define PROTOCOL "tcp" |
86 | 86 | ||
87 | int do_accept(int acc_sock, int *sock, char **host); | ||
88 | int do_server(int port, int *ret, int (*cb) (), char *context); | 87 | int do_server(int port, int *ret, int (*cb) (), char *context); |
89 | #ifdef HEADER_X509_H | 88 | #ifdef HEADER_X509_H |
90 | int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); | 89 | int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); |
@@ -97,17 +96,9 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); | |||
97 | int set_cert_stuff(char *ctx, char *cert_file, char *key_file); | 96 | int set_cert_stuff(char *ctx, char *cert_file, char *key_file); |
98 | #endif | 97 | #endif |
99 | int init_client(int *sock, char *server, int port); | 98 | int init_client(int *sock, char *server, int port); |
100 | int init_client_ip(int *sock,unsigned char ip[4], int port); | ||
101 | int nbio_init_client_ip(int *sock,unsigned char ip[4], int port); | ||
102 | int nbio_sock_error(int sock); | ||
103 | int spawn(int argc, char **argv, int *in, int *out); | ||
104 | int init_server(int *sock, int port); | ||
105 | int init_server_long(int *sock, int port,char *ip); | ||
106 | int should_retry(int i); | 99 | int should_retry(int i); |
107 | void sock_cleanup(void ); | ||
108 | int extract_port(char *str, short *port_ptr); | 100 | int extract_port(char *str, short *port_ptr); |
109 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); | 101 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); |
110 | int host_ip(char *str, unsigned char ip[4]); | ||
111 | 102 | ||
112 | long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, | 103 | long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, |
113 | int argi, long argl, long ret); | 104 | int argi, long argl, long ret); |