summaryrefslogtreecommitdiff
path: root/doc/gcrypt.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-17 19:44:23 +0100
committerWerner Koch <wk@gnupg.org>2011-02-17 19:44:23 +0100
commitdc880b55f4bb27d20c0224338836ac0505f386ff (patch)
tree96133019ec18ff4b155185e0ae01124fd12966b5 /doc/gcrypt.texi
parentc873f36d73712466fa37d0ff5efc39553ef41f3d (diff)
downloadlibgcrypt-dc880b55f4bb27d20c0224338836ac0505f386ff.tar.gz
Flag the _ac_ functions as deprecated.
The AC functions are deprecated for a long time. How we will even print a warning if they are used. The module register interface is now also deprecated and the use of those functions will yield a warning as well.
Diffstat (limited to 'doc/gcrypt.texi')
-rw-r--r--doc/gcrypt.texi14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 03c53633..3a0a5fc2 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -219,7 +219,7 @@ Certain parts of gcrypt.h may be excluded by defining these macros:
Do not define the shorthand macros @code{mpi_*} for @code{gcry_mpi_*}.
@item GCRYPT_NO_DEPRECATED
-Do not include defintions for deprecated features. This is useful to
+Do not include definitions for deprecated features. This is useful to
make sure that no deprecated features are used.
@end table
@@ -1602,7 +1602,8 @@ unsigned char *, unsigned int n)
Register a new cipher module whose specification can be found in
@var{cipher}. On success, a new algorithm ID is stored in
@var{algorithm_id} and a pointer representing this module is stored
-in @var{module}.
+in @var{module}. Deprecated; the module register interface will be
+removed in a future version.
@end deftypefun
@deftypefun void gcry_cipher_unregister (gcry_module_t @var{module})
@@ -2288,8 +2289,10 @@ Type for the `get_nbits' function, defined as: unsigned
Register a new public key module whose specification can be found in
@var{pubkey}. On success, a new algorithm ID is stored in
-@var{algorithm_id} and a pointer representing this module is stored
-in @var{module}.
+@var{algorithm_id} and a pointer representing this module is stored in
+@var{module}. Deprecated; the module register interface will be
+removed in a future version.
+
@end deftypefun
@deftypefun void gcry_pk_unregister (gcry_module_t @var{module})
@@ -3610,7 +3613,8 @@ Type for the `read' function, defined as: unsigned char
Register a new digest module whose specification can be found in
@var{digest}. On success, a new algorithm ID is stored in
@var{algorithm_id} and a pointer representing this module is stored
-in @var{module}.
+in @var{module}. Deprecated; the module register interface will be
+removed in a future version.
@end deftypefun
@deftypefun void gcry_md_unregister (gcry_module_t @var{module})