summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-03-04 11:59:36 +0000
committerdtucker <dtucker>2004-03-04 11:59:36 +0000
commit9f69589c92e354cc7f0619b22e382194d41734fa (patch)
tree4cd76fe533aa913b16f53f30b48ee769772d0728 /openbsd-compat/xcrypt.c
parent72e35422a169233ac815854398c9f1fb5ba254b0 (diff)
downloadopenssh-9f69589c92e354cc7f0619b22e382194d41734fa.tar.gz
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r--openbsd-compat/xcrypt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c
index a0fe6c62..c3cea3c8 100644
--- a/openbsd-compat/xcrypt.c
+++ b/openbsd-compat/xcrypt.c
@@ -24,8 +24,6 @@
#include "includes.h"
-#if !defined(HAVE_OSF_SIA)
-
# ifdef HAVE_CRYPT_H
# include <crypt.h>
# endif
@@ -108,5 +106,3 @@ shadow_pw(struct passwd *pw)
return pw_password;
}
-
-#endif /* !defined(HAVE_OSF_SIA) */