]> andersk Git - openssh.git/blobdiff - auth-shadow.c
[configure.ac] Make sure -lcrypto is before -lsocket for sco3. ok mouring@
[openssh.git] / auth-shadow.c
index ef4675c973909d88ce76b460229d4c32439cd040..4b3a514f52d638234489efda2bd718d2f788fa7d 100644 (file)
 #include "includes.h"
 RCSID("$Id$");
 
-#ifdef USE_SHADOW
+#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
 #include <shadow.h>
 
 #include "auth.h"
-#include "auth-shadow.h"
 #include "buffer.h"
 #include "log.h"
 
@@ -77,4 +76,4 @@ auth_shadow_pwexpired(Authctxt *ctxt)
 
        return 0;
 }
-#endif /* USE_SHADOW */
+#endif /* USE_SHADOW && HAS_SHADOW_EXPIRE */
This page took 0.030432 seconds and 4 git commands to generate.