]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / ssh.h
index aac6216b82b6a72b3bef011da269c9e638df5b4e..383c7fe9b1c9214225718f62c951d0bbb5063d6f 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $        */
-
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,6 +10,8 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
+/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */
+
 #ifndef SSH_H
 #define SSH_H
 
 /* Used to identify ``EscapeChar none'' */
 #define SSH_ESCAPECHAR_NONE            -2
 
-/*
- * unprivileged user when UsePrivilegeSeparation=yes;
- * sshd will change its privileges to this user and its
- * primary group.
- */
-#ifndef SSH_PRIVSEP_USER
-#define SSH_PRIVSEP_USER               "sshd"
-#endif
-
-/* Minimum modulus size (n) for RSA keys. */
-#define SSH_RSA_MINIMUM_MODULUS_SIZE   768
-
 #endif                         /* SSH_H */
This page took 0.12583 seconds and 4 git commands to generate.