diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/s_apps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/s_apps.h b/src/lib/libssl/src/apps/s_apps.h index 66b6edd442..48e7dbaddc 100644 --- a/src/lib/libssl/src/apps/s_apps.h +++ b/src/lib/libssl/src/apps/s_apps.h | |||
@@ -154,10 +154,10 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); | |||
154 | #ifdef HEADER_SSL_H | 154 | #ifdef HEADER_SSL_H |
155 | int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); | 155 | int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); |
156 | #endif | 156 | #endif |
157 | int init_client(int *sock, char *server, int port); | 157 | int init_client(int *sock, char *server, char *port, int af); |
158 | int should_retry(int i); | 158 | int should_retry(int i); |
159 | int extract_port(char *str, short *port_ptr); | 159 | int extract_port(char *str, short *port_ptr); |
160 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); | 160 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,char **p); |
161 | 161 | ||
162 | long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, | 162 | long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, |
163 | int argi, long argl, long ret); | 163 | int argi, long argl, long ret); |