From: František Dvořák Date: Mon, 18 Jun 2012 06:41:33 +0000 (+0000) Subject: Typo. X-Git-Tag: canl_merge_branch_1_0_head_take_3_src X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=refs%2Fheads%2Fbranch_1_0;p=jra1mw.git Typo. --- diff --git a/emi.canl.canl-c/doc/src/canl-cs-auth-connection.tex b/emi.canl.canl-c/doc/src/canl-cs-auth-connection.tex index c91d416..01c4fda 100644 --- a/emi.canl.canl-c/doc/src/canl-cs-auth-connection.tex +++ b/emi.canl.canl-c/doc/src/canl-cs-auth-connection.tex @@ -146,7 +146,7 @@ char *proxy, canl_password_callback clb, void *pass)\end{verbatim} We give an example of a caNl client that use \textit{Main API} with openssl. We do not define variables in this example, unless their type is \CANL defined. For complete sample see -{\tt canl\_samples\_server.c} in source packages or \href{http://glite.cvs.cern.ch/cgi-bin/glite.cgi/emi.canl.canl-c/examples/canl\_sample\_server.c?revision=HEAD}{canl\_sample\_server.c at CVS} +{\tt canl\_samples\_server.c} in source package or \href{http://glite.cvs.cern.ch/cgi-bin/glite.cgi/emi.canl.canl-c/examples/canl\_sample\_server.c?revision=HEAD}{canl\_sample\_server.c at CVS} Include nesessary header files: \begin{lstlisting}