[glib] ghmac: use stable version in documentation



commit f6db42f69811a363730f5f8517322dd2ad6120d3
Author: Igor Gnatenko <ignatenko src gnome org>
Date:   Sun Feb 26 11:53:22 2017 +0100

    ghmac: use stable version in documentation
    
    Signed-off-by: Igor Gnatenko <ignatenko src gnome org>

 glib/ghmac.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/ghmac.c b/glib/ghmac.c
index a417732..dd4c79e 100644
--- a/glib/ghmac.c
+++ b/glib/ghmac.c
@@ -50,7 +50,7 @@
  * Both the key and data are arbitrary byte arrays of bytes or characters.
  *
  * Support for HMAC Digests has been added in GLib 2.30, and support for SHA-512
- * in GLib 2.42. Support for SHA-384 was added in GLib 2.51.
+ * in GLib 2.42. Support for SHA-384 was added in GLib 2.52.
  */
 
 struct _GHmac
@@ -82,7 +82,7 @@ struct _GHmac
  * on it anymore.
  *
  * Support for digests of type %G_CHECKSUM_SHA512 has been added in GLib 2.42.
- * Support for %G_CHECKSUM_SHA384 was added in GLib 2.51.
+ * Support for %G_CHECKSUM_SHA384 was added in GLib 2.52.
  *
  * Returns: the newly created #GHmac, or %NULL.
  *   Use g_hmac_unref() to free the memory allocated by it.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]