summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ac')
-rw-r--r--security/openssh/files/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ac b/security/openssh/files/patch-ac
new file mode 100644
index 000000000000..f03c0f6c88c2
--- /dev/null
+++ b/security/openssh/files/patch-ac
@@ -0,0 +1,10 @@
+--- readconf.h.dist Fri Nov 19 23:32:48 1999
++++ readconf.h Fri Nov 19 23:48:22 1999
+@@ -54,6 +54,7 @@
+ int compression; /* Compress packets in both directions. */
+ int compression_level; /* Compression level 1 (fast) to 9 (best). */
+ int keepalives; /* Set SO_KEEPALIVE. */
++ int tis_authentication; /* TIS client-side authentication */
+ LogLevel log_level; /* Level for logging. */
+
+ int port; /* Port to connect. */