From cb43c085e2c236554c8f33e94a242f4568d90bd7 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Thu, 11 Oct 2001 16:17:22 +0000 Subject: [PATCH] Document that keyfile and certfile are now optional. XXX Forgot to mention this in the last socketmodule.c checkin. --- Doc/lib/libsocket.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index e540f8fd8f..ed82e5502d 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -265,7 +265,7 @@ protocol number. The address family should be \constant{AF_INET}, \constant{AF_ The protocol number is usually zero and may be omitted in that case. \end{funcdesc} -\begin{funcdesc}{ssl}{sock, keyfile, certfile} +\begin{funcdesc}{ssl}{sock\optional{, keyfile, certfile}} Initiate a SSL connection over the socket \var{sock}. \var{keyfile} is the name of a PEM formatted file that contains your private key. \var{certfile} is a PEM formatted certificate chain file. On -- 2.50.0