summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-26 16:40:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-26 16:40:31 +0200
commit3b310942aefb4665d0029a084445553e4b9d3403 (patch)
tree2cd7847e7bc4d3bc64716df6505d60393fc35757 /lib/gnutls_algorithms.c
parenta0c6e34c983423d41c80652402fc2cd17ef27a5c (diff)
downloadgnutls-3b310942aefb4665d0029a084445553e4b9d3403.tar.gz
NULL MAC renamed to MAC-NULL
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 2c50690c2d..edd93764d3 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -261,7 +261,7 @@ static const gnutls_hash_entry hash_algorithms[] = {
{"SHA512", HASH_OID_SHA512, GNUTLS_MAC_SHA512, 64},
{"MD2", HASH_OID_MD2, GNUTLS_MAC_MD2, 0}, /* not used as MAC */
{"RIPEMD160", HASH_OID_RMD160, GNUTLS_MAC_RMD160, 20},
- {"NULL", NULL, GNUTLS_MAC_NULL, 0},
+ {"MAC-NULL", NULL, GNUTLS_MAC_NULL, 0},
{0, 0, 0, 0}
};