diff --git a/src/post_modules/Nettle/hash.cmod b/src/post_modules/Nettle/hash.cmod
index 24ec6e65acf93d30b2e8ce923066e388e882460b..bab86f36edad3be57d364c361476b73aec4d642a 100644
--- a/src/post_modules/Nettle/hash.cmod
+++ b/src/post_modules/Nettle/hash.cmod
@@ -1,7 +1,7 @@
 /* hash.cmod -*- c -*- */
 
 #include "global.h"
-RCSID("$Id: hash.cmod,v 1.10 2003/08/01 19:26:28 nilsson Exp $");
+RCSID("$Id: hash.cmod,v 1.11 2003/08/01 20:23:05 nilsson Exp $");
 #include "interpret.h"
 #include "svalue.h"
 
@@ -16,7 +16,7 @@ RCSID("$Id: hash.cmod,v 1.10 2003/08/01 19:26:28 nilsson Exp $");
 #include "nettle.h"
 
 #include <nettle/md5.h>
-#ifdef HAVE_MD4_UPDATE
+#ifdef HAVE_MD4_INIT
 #include <nettle/md4.h>
 #endif
 #include <nettle/sha.h>
@@ -245,7 +245,7 @@ PIKECLASS MD5_State
 }
 /*! @endclass MD5_State */
 
-#ifdef HAVE_MD4_UPDATE
+#ifdef HAVE_MD4_INIT
 
 /*! @class MD4_Info
  *!
@@ -299,7 +299,7 @@ PIKECLASS MD4_State
 }
 /*! @endclass MD4_State */
 
-#endif /* HAVE_MD4_UPDATE */
+#endif /* HAVE_MD4_INIT */
 
 /*! @class SHA1_Info
  *!