summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
authortim <tim>2009-01-07 18:04:12 +0000
committertim <tim>2009-01-07 18:04:12 +0000
commit91f6476557211124958e0ee7125f635de219090a (patch)
treec9a0396295485862e82785277202d28c5578673a /openbsd-compat/xcrypt.c
parent49233120aef4428d70e6256f59061f447eb7373a (diff)
downloadopenssh-91f6476557211124958e0ee7125f635de219090a.tar.gz
- (tim) [configure.ac defines.h openbsd-compat/port-uw.c
openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI. OK djm@ dtucker@
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r--openbsd-compat/xcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c
index d8636bb3..6291e288 100644
--- a/openbsd-compat/xcrypt.c
+++ b/openbsd-compat/xcrypt.c
@@ -28,7 +28,7 @@
#include <unistd.h>
#include <pwd.h>
-# ifdef HAVE_CRYPT_H
+# if defined(HAVE_CRYPT_H) && !defined(HAVE_SECUREWARE)
# include <crypt.h>
# endif