1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/openssh/files/patch-af

12 lines
319 B
Plaintext
Raw Normal View History

--- ssh.h.dist Fri Nov 19 23:50:37 1999
+++ ssh.h Fri Nov 19 23:50:22 1999
@@ -141,7 +141,7 @@
#define SSH_AUTH_RSA 2
#define SSH_AUTH_PASSWORD 3
#define SSH_AUTH_RHOSTS_RSA 4
- /* 5 is TIS */
+#define SSH_AUTH_TIS 5
#define SSH_AUTH_KERBEROS 6
#define SSH_PASS_KERBEROS_TGT 7
/* 8 to 15 are reserved */