]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added refint macro to refer to internal -non exported- functions. Used it to referenc...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 2 Jun 2011 21:20:12 +0000 (23:20 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 2 Jun 2011 21:23:06 +0000 (23:23 +0200)
doc/cha-internals.texi
doc/gnutls.texi

index 998177884f9b3aa8fb825b62ac22960e77256019..0180003683cee59d43408258be426db52a5efbe8 100644 (file)
@@ -377,10 +377,10 @@ following functions can be used to register those algorithms.
 
 @itemize
 
-@item @ref{gnutls_crypto_single_cipher_register2}
+@item @refint{gnutls_crypto_single_cipher_register}
 To register a cipher algorithm.
 
-@ref{gnutls_crypto_single_digest_register2}
+@refint{gnutls_crypto_single_digest_register}
 To register a hash (digest) or MAC algorithm.
 
 @end itemize
@@ -395,19 +395,19 @@ them. For this reason the following functions are provided.
 
 @itemize
 
-@item @ref{gnutls_crypto_cipher_register2}
+@item @refint{gnutls_crypto_cipher_register}
 To override the cryptographic algorithms backend.
 
-@item @ref{gnutls_crypto_digest_register2}
+@item @refint{gnutls_crypto_digest_register}
 To override the digest algorithms backend.
 
-@item @ref{gnutls_crypto_rnd_register2}
+@item @refint{gnutls_crypto_rnd_register}
 To override the random number generator backend.
 
-@item @ref{gnutls_crypto_bigint_register2}
+@item @refint{gnutls_crypto_bigint_register}
 To override the big number number operations backend.
 
-@item @ref{gnutls_crypto_pk_register2}
+@item @refint{gnutls_crypto_pk_register}
 To override the public key encryption backend. This is tight to the
 big number operations so either both of them should be updated or care
 must be taken to use the same format.
index 14549b48030f2f13be8fc24cb55ff91924ce97bc..144171b716c7a7e84d2d2e5962c5614c78eea177 100644 (file)
@@ -57,6 +57,11 @@ Documentation License''.
 @insertcopying
 @end titlepage
 
+@c reference to an internal function.
+@macro refint {func}
+@code{\func\}
+@end macro
+
 @macro xcite{ref}
 [\ref\] (@pxref{Bibliography})
 @end macro