diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-12-05 10:08:22 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-12-05 10:08:22 +0200 |
commit | e64d8f55e46fe0638191e1c01f6bde303753d91b (patch) | |
tree | 4e0a97352bd5e8d10d3f8e77599e8d29b0511668 /lib/gnutls_priority.c | |
parent | 73d29186d2c962ec53aae56e0d1aeb2cab073628 (diff) | |
download | gnutls-e64d8f55e46fe0638191e1c01f6bde303753d91b.tar.gz |
Revert "Merged the two internal hash API functions, to simplify and reduce code."
This reverts commit bc3e43d5f121e404aa32212dcfcc5027de807056.
Conflicts:
lib/crypto.c
lib/gnutls_cipher.c
lib/gnutls_hash_int.c
lib/gnutls_hash_int.h
lib/includes/gnutls/crypto.h
lib/mac-libgcrypt.c
Diffstat (limited to 'lib/gnutls_priority.c')
-rw-r--r-- | lib/gnutls_priority.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 4c2156499b..7fab2c797d 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -111,7 +111,7 @@ gnutls_kx_set_priority (gnutls_session_t session, const int *list) /** * gnutls_mac_set_priority - Sets the priority on the mac algorithms supported by gnutls. * @session: is a #gnutls_session_t structure. - * @list: is a 0 terminated list of gnutls_digest_algorithm_t elements. + * @list: is a 0 terminated list of gnutls_mac_algorithm_t elements. * * Sets the priority on the mac algorithms supported by gnutls. * Priority is higher for elements specified before others. |