mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
Fix annotations of g_compute_hmac_for_data
https://bugzilla.gnome.org/show_bug.cgi?id=765338
This commit is contained in:
parent
ebfbae534b
commit
a9e9bc74c3
@ -333,7 +333,7 @@ g_hmac_get_digest (GHmac *hmac,
|
||||
* @digest_type: a #GChecksumType to use for the HMAC
|
||||
* @key: (array length=key_len): the key to use in the HMAC
|
||||
* @key_len: the length of the key
|
||||
* @data: binary blob to compute the HMAC of
|
||||
* @data: (array length=length): binary blob to compute the HMAC of
|
||||
* @length: length of @data
|
||||
*
|
||||
* Computes the HMAC for a binary @data of @length. This is a
|
||||
|
Loading…
Reference in New Issue
Block a user