diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-11 23:55:47 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-11 23:55:47 +0200 |
commit | 7874b344e5adbd18213b4d33a7f2a81db7b411b9 (patch) | |
tree | c79e1e0defb549c9acc50e70447926b26fc75d31 /m4/hooks.m4 | |
parent | b96eee116b37ed8377b3bb7a35eed3fae5211a7b (diff) | |
download | gnutls-7874b344e5adbd18213b4d33a7f2a81db7b411b9.tar.gz |
Updated UMAC code to use nettle's new implementation
Diffstat (limited to 'm4/hooks.m4')
-rw-r--r-- | m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 16f21a1532..885666fe37 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -102,7 +102,7 @@ else fi AM_CONDITIONAL(ENABLE_NETTLE, test "$cryptolib" = "nettle") - AC_CHECK_LIB([nettle], [nettle_umac_aes_set_key], [AC_DEFINE([HAVE_UMAC], [], [UMAC detected in nettle])]) + AC_CHECK_LIB([nettle], [nettle_umac96_set_nonce], [AC_DEFINE([HAVE_UMAC], [], [UMAC detected in nettle])]) AC_ARG_WITH(included-libtasn1, AS_HELP_STRING([--with-included-libtasn1], [use the included libtasn1]), |