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>2014-02-02 23:05:52 +0000
commit2ded87355f64848e4bac7f35774fc2dd14974bf9 (patch)
tree260043470aa3b04f1c55685ba6e75967932d12c4 /demos
parentb1ae02e2ff5517d5c45f788226cfc237d0b3a62e (diff)
Update demos/bio/README
(cherry picked from commit ea131a0644bcebeaa5e911217aadbc9dac241fec)
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.