Update demos/bio/README

(cherry picked from commit ea131a0644bcebeaa5e911217aadbc9dac241fec)
This commit is contained in:
Dr. Stephen Henson 2013-10-20 22:34:14 +01:00
parent b1ae02e2ff
commit 2ded87355f

View File

@ -1,6 +1,7 @@
This directory contains some simple examples of the use of BIO's This directory contains some simple examples of the use of BIO's
to simplify socket programming. to simplify socket programming.
The client-conf and client-arg include examples of how to use the SSL_CONF The client-conf, server-conf, client-arg and client-conf include examples
API for configuration file or command line processing. of how to use the SSL_CONF API for configuration file or command line
processing.