summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/openbsd-compat/xcrypt.c')
-rw-r--r--crypto/openssh/openbsd-compat/xcrypt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssh/openbsd-compat/xcrypt.c b/crypto/openssh/openbsd-compat/xcrypt.c
index a0fe6c6..c3cea3c 100644
--- a/crypto/openssh/openbsd-compat/xcrypt.c
+++ b/crypto/openssh/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) */
OpenPOWER on IntegriCloud