summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hpn-ssh/files/patch-auth.c2
-rw-r--r--security/openssh-portable/files/patch-auth.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/files/patch-auth.c b/security/hpn-ssh/files/patch-auth.c
index 7df1c76b240b..bcba47e64b8c 100644
--- a/security/hpn-ssh/files/patch-auth.c
+++ b/security/hpn-ssh/files/patch-auth.c
@@ -4,7 +4,7 @@
}
#endif /* WITH_AIXAUTHENTICATE */
-+#ifdef TEST__FreeBSD__
++#ifdef __FreeBSD__
+ /* Fail if the account's expiration time has passed. */
+ if (pw->pw_expire != 0) {
+ struct timeval tv;
diff --git a/security/openssh-portable/files/patch-auth.c b/security/openssh-portable/files/patch-auth.c
index 7df1c76b240b..bcba47e64b8c 100644
--- a/security/openssh-portable/files/patch-auth.c
+++ b/security/openssh-portable/files/patch-auth.c
@@ -4,7 +4,7 @@
}
#endif /* WITH_AIXAUTHENTICATE */
-+#ifdef TEST__FreeBSD__
++#ifdef __FreeBSD__
+ /* Fail if the account's expiration time has passed. */
+ if (pw->pw_expire != 0) {
+ struct timeval tv;