remove CONFIG_FIPS substitutions when building md5-non-fips.c
authorLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 14:57:15 +0000 (16:57 +0200)
committerLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 14:57:15 +0000 (16:57 +0200)
src/crypto/md5-non-fips.c

index 6f29201..2d7eab1 100644 (file)
@@ -18,6 +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)