]> andersk Git - openssh.git/blobdiff - ssh.h
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 5b60be603779c00075f95dc7061de1b493556514..b2be65f525e29348e76897b4b0ec717397839bc1 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -10,7 +10,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: ssh.h,v 1.61 2001/01/21 19:05:59 markus Exp $"); */
+/* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */
 
 #ifndef SSH_H
 #define SSH_H
@@ -25,9 +25,6 @@
 # include <sys/select.h>
 #endif
 
-//#include "rsa.h"
-//#include "cipher.h"
-
 /* Cipher used for encrypting authentication files. */
 #define SSH_AUTHFILE_CIPHER    SSH_CIPHER_3DES
 
@@ -71,7 +68,7 @@
  * Name of the environment variable containing the pathname of the
  * authentication socket.
  */
-#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
+#define SSH_AGENTPID_ENV_NAME  "SSH_AGENT_PID"
 
 /*
  * Name of the environment variable containing the pathname of the
This page took 0.041884 seconds and 4 git commands to generate.