aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-20 09:57:12 +0100
committerMatt Caswell <matt@openssl.org>2017-04-25 11:13:39 +0100
commit8ccc237720d59cdf249c2c901d19f1fec739e66e (patch)
treeb3f7f237e2d39280e1356445c4e69440a4b02b0a /apps/s_apps.h
parent72d0bc84de394e93f7d756a997c0d42a4ae35058 (diff)
downloadopenssl-8ccc237720d59cdf249c2c901d19f1fec739e66e.tar.gz
Add a -sctp option to s_client
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3286)
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 1f76009b8d..38c6b67d9d 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -38,7 +38,7 @@ int ssl_print_groups(BIO *out, SSL *s, int noshared);
#endif
int ssl_print_tmp_key(BIO *out, SSL *s);
int init_client(int *sock, const char *host, const char *port,
- int family, int type);
+ int family, int type, int protocol);
int should_retry(int i);
long bio_dump_callback(BIO *bio, int cmd, const char *argp,