summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh/files/openssh-4.3_p2-securid-updates.patch')
-rw-r--r--net-misc/openssh/files/openssh-4.3_p2-securid-updates.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-4.3_p2-securid-updates.patch b/net-misc/openssh/files/openssh-4.3_p2-securid-updates.patch
new file mode 100644
index 000000000000..0426eb18c68f
--- /dev/null
+++ b/net-misc/openssh/files/openssh-4.3_p2-securid-updates.patch
@@ -0,0 +1,22 @@
+--- configure.ac
++++ configure.ac
+@@ -1024,8 +1024,8 @@
+ [AceInitialize(); SD_Init(&sd_dat);],
+ [
+ AC_MSG_RESULT(yes)
+- AC_DEFINE(SECURID)
+- AC_DEFINE(SECURID_NEW)
++ AC_DEFINE(SECURID, 1, [enable securid])
++ AC_DEFINE(SECURID_NEW, 1, [enable new securid])
+ SECURID_MSG="yes: 5.X+"
+ ],
+ [
+@@ -1053,7 +1053,7 @@
+ [sd = &sd_dat; creadcfg(); sd_init(sd);],
+ [
+ AC_MSG_RESULT(yes)
+- AC_DEFINE(SECURID)
++ AC_DEFINE(SECURID, 1, [enable securid])
+ SECURID_MSG="yes: <= 4.X"
+ ],
+ [