diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-29 12:22:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-03 19:54:58 +0200 |
commit | 358479ebe6ad9a3f86432d20db7046799c46a5f5 (patch) | |
tree | c4e3a87a860f766996f4b93f3f768829a20124b3 /lib/m4 | |
parent | ab307930167bc836495455adc9bdec4472ef60d5 (diff) | |
download | gnutls-358479ebe6ad9a3f86432d20db7046799c46a5f5.tar.gz |
Fixed nettle detection and AES.
Diffstat (limited to 'lib/m4')
-rw-r--r-- | lib/m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index ddac5f8c0b..854cdcb79e 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -45,7 +45,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], nettle=no) if test "$nettle" = "yes"; then AC_LIB_HAVE_LINKFLAGS([nettle],, [#include <nettle/aes.h>], - [aes_set_key (0, 0, 0)]) + [aes_set_encrypt_key (0, 0, 0)]) if test "$ac_cv_libnettle" != yes; then nettle=yes AC_MSG_WARN([[ |