Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/crypto/apr_passwd.c b/crypto/apr_passwd.c 2index c961de2..a397f27 100644 3--- a/crypto/apr_passwd.c 4+++ b/crypto/apr_passwd.c 5@@ -24,9 +24,7 @@ 6 #if APR_HAVE_STRING_H 7 #include <string.h> 8 #endif 9-#if APR_HAVE_CRYPT_H 10 #include <crypt.h> 11-#endif 12 #if APR_HAVE_UNISTD_H 13 #include <unistd.h> 14 #endif