X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fs_apps.h;fp=apps%2Fs_apps.h;h=fbffd86e710defc2d014544ea1aded08282aad56;hp=6ee2b0c8cae68bcb9f30de24d594f026cfee1cbc;hb=ebc0168384e9bbc29c02b85adb01036609769761;hpb=b383aa2081467e8d49c3362d295da7bd5cb4e1d8 diff --git a/apps/s_apps.h b/apps/s_apps.h index 6ee2b0c8ca..fbffd86e71 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -38,6 +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, + const char *bindhost, const char *bindport, int family, int type, int protocol); int should_retry(int i);