summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2017-02-21 14:22:55 +0300
committerRich Salz <rsalz@openssl.org>2017-02-21 13:50:00 -0500
commita7c04f2b540cce99055326a3ab932032bdf48cf5 (patch)
tree09800f489155c1ea78e9bd0e70f602b54b81efa6 /apps/s_apps.h
parentecca16632a73bb80ee27cdec8a97f6def0a4714d (diff)
Provided support for the -nameopt flag in s_client, s_server and s_time
commands. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2695)
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index bcca6fad9e..22b65b769a 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -69,6 +69,8 @@ int should_retry(int i);
long bio_dump_callback(BIO *bio, int cmd, const char *argp,
int argi, long argl, long ret);
+int set_nameopt(const char *arg);
+
#ifdef HEADER_SSL_H
void apps_ssl_info_callback(const SSL *s, int where, int ret);
void msg_cb(int write_p, int version, int content_type, const void *buf,