update libeap for CONFIG_FIPS fix
authorLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 15:01:32 +0000 (17:01 +0200)
committerLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 15:01:32 +0000 (17:01 +0200)
1  2 
libeap/src/crypto/md5-non-fips.c

@@@ -18,6 -18,8 +18,8 @@@
  #include "md5.h"
  #include "crypto.h"
  
+ #undef hmac_md5_vector_non_fips_allow
+ #undef hmac_md5_non_fips_allow
  
  /**
   * hmac_md5_vector_non_fips_allow - HMAC-MD5 over data vector (RFC 2104)