]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jul 2001 17:38:42 +0000 (17:38 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jul 2001 17:38:42 +0000 (17:38 +0000)
doc/scripts/gdoc
doc/tex/.cvsignore [new file with mode: 0644]
doc/tex/gnutls.tex

index 3816f741d15defb94498ed7281cf3d6c85fb02ae..dfc78803c7a9691f835e6453f1f5601fa898c5cb 100755 (executable)
@@ -284,7 +284,7 @@ sub output_tex {
 
     $func =~ s/_/\\_/g;
 
-    print "\n\n\\subsection{". $func . "}\n";
+    print "\n\n\\subsection{". $func . "}\n\\label{" . $args{'function'} . "}\n";
 
     $type = $args{'functiontype'};
     $type =~ s/_/\\_/g;
diff --git a/doc/tex/.cvsignore b/doc/tex/.cvsignore
new file mode 100644 (file)
index 0000000..fbc1dcd
--- /dev/null
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+gnutls-api.tex
+*.aux
+*.ps
+*.dvi
index 1f348ec38e8ecb22c0c1bc3b6456d24ac07501c9..eb47e85300411e3572a2dd5966f519a86397c678 100644 (file)
@@ -55,14 +55,16 @@ the result of the peer's certificate verification function (ie. if we have
 an authenticated connection). The following function does check the peer's X509
 Certificate, and prints some information about the current state.
 \par
-This function should be called after a successful gnutls\_handshake().
-% \hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{gnutls\_handshake}
+This function should be called after a successful
+\hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{gnutls_handshake}
 
 \input{ex3}
 
 \subsection{Resuming Sessions}
 \par
-The gnutls\_handshake() function, is expensive since
+The 
+\hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{gnutls_handshake}
+ function, is expensive since
 a lot of calculations are performed. In order to support many fast connections to
 the same server a client may use session resuming. {\bf Session resuming} is a
 feature of the {\bf TLS} protocol which allows a client to connect to a server,