summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-10-20 22:34:14 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-10-21 03:51:44 +0100
commitea131a0644bcebeaa5e911217aadbc9dac241fec (patch)
treed4989ae9f20438d53da92116bbfdd0c1dfb8fc9d /demos
parent9f944107a9c2fdf529fa4c8259e7b409691c8960 (diff)
Update demos/bio/README
Diffstat (limited to 'demos')
-rw-r--r--demos/bio/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/bio/README b/demos/bio/README
index fab5789959..a36bb48a5d 100644
--- a/demos/bio/README
+++ b/demos/bio/README
@@ -1,6 +1,7 @@
This directory contains some simple examples of the use of BIO's
to simplify socket programming.
-The client-conf and client-arg include examples of how to use the SSL_CONF
-API for configuration file or command line processing.
+The client-conf, server-conf, client-arg and client-conf include examples
+of how to use the SSL_CONF API for configuration file or command line
+processing.