]> andersk Git - openssh.git/blobdiff - compat.h
20001204
[openssh.git] / compat.h
index f14efafa7aaf9427c40a199c0ea4ebc7819016e2..86e471506fae154a03e2dd5d1f738027a77ba02d 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -21,7 +21,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: compat.h,v 1.11 2000/10/14 12:16:56 markus Exp $"); */
+/* RCSID("$OpenBSD: compat.h,v 1.12 2000/12/03 11:15:03 markus Exp $"); */
 
 #ifndef COMPAT_H
 #define COMPAT_H
 #define        SSH_PROTO_2             0x04
 
 #define SSH_BUG_SIGBLOB                0x01
-#define SSH_BUG_PUBKEYAUTH     0x02
+#define SSH_BUG_PKSERVICE      0x02
 #define SSH_BUG_HMAC           0x04
 #define SSH_BUG_X11FWD         0x08
 #define SSH_OLD_SESSIONID      0x10
+#define SSH_BUG_PKAUTH         0x20
 
 void    enable_compat13(void);
 void    enable_compat20(void);
This page took 0.033666 seconds and 4 git commands to generate.