]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh.h
Import of OpenSSH 3.7p1
[gssapi-openssh.git] / openssh / ssh.h
index 0a6ad1317b96398744d08c2a7755d2c3d0eb3f00..e88b9b83e6195c61d3a74ada9b69a1ae61159f7e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $        */
+/*     $OpenBSD: ssh.h,v 1.74 2003/09/01 13:52:18 markus Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -20,7 +20,6 @@
 #include <stdarg.h> /* For va_list */
 #include <syslog.h> /* For LOG_AUTH and friends */
 #include <sys/socket.h> /* For struct sockaddr_storage */
-#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
 #endif
@@ -89,9 +88,6 @@
  */
 #define SSH_SESSION_KEY_LENGTH         32
 
-/* Name of Kerberos service for SSH to use. */
-#define KRB4_SERVICE_NAME              "rcmd"
-
 /* Used to identify ``EscapeChar none'' */
 #define SSH_ESCAPECHAR_NONE            -2
 
This page took 0.029166 seconds and 4 git commands to generate.