summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-06 14:04:11 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:34:35 +0000
commite1b9840ed7c52346e4e203470210f7821158f708 (patch)
tree269940eca3c68159be0d8033e691631138ab31e2 /apps/apps.h
parent9920a58eb20dcf33abf231e8c9439953ace3c936 (diff)
Add s_client support for waiting for async
s_server already had the ability to wait on an async file descriptor. This adds it to s_client too. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 185ac2422e..e259658918 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -162,6 +162,7 @@ CONF *app_load_config(const char *filename);
CONF *app_load_config_quiet(const char *filename);
int app_load_modules(const CONF *config);
void unbuffer(FILE *fp);
+void wait_for_async(SSL *s);
/*
* Common verification options.