summaryrefslogtreecommitdiffstats
path: root/apps/include/s_apps.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-03-09 17:06:33 +0000
committerMatt Caswell <matt@openssl.org>2023-05-08 10:13:39 +0100
commitf34e5d7a12775ce2fb84e4c5d8b830b5a9f06566 (patch)
treedbda2178a24e0033977db2cccdb599b65f5b4759 /apps/include/s_apps.h
parent6aeb42eca97227c8235af0986d1525ee4a916504 (diff)
Add QUIC support to s_client
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20580)
Diffstat (limited to 'apps/include/s_apps.h')
-rw-r--r--apps/include/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/s_apps.h b/apps/include/s_apps.h
index d4425b9061..bc8f4bf27b 100644
--- a/apps/include/s_apps.h
+++ b/apps/include/s_apps.h
@@ -36,7 +36,7 @@ int ssl_print_groups(BIO *out, SSL *s, int noshared);
int ssl_print_tmp_key(BIO *out, SSL *s);
int init_client(int *sock, const char *host, const char *port,
const char *bindhost, const char *bindport,
- int family, int type, int protocol, int tfo,
+ int family, int type, int protocol, int tfo, int doconn,
BIO_ADDR **ba_ret);
int should_retry(int i);
void do_ssl_shutdown(SSL *ssl);