Deleted Added
full compact
compat.h (126277) compat.h (137019)
1/* $OpenBSD: compat.h,v 1.37 2003/11/02 11:01:03 markus Exp $ */
1/* $OpenBSD: compat.h,v 1.38 2004/07/11 17:48:47 deraadt Exp $ */
2
3/*
4 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef COMPAT_H
28#define COMPAT_H
29
2
3/*
4 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef COMPAT_H
28#define COMPAT_H
29
30#define SSH_PROTO_UNKNOWN 0x00
30#define SSH_PROTO_UNKNOWN 0x00
31#define SSH_PROTO_1 0x01
32#define SSH_PROTO_1_PREFERRED 0x02
33#define SSH_PROTO_2 0x04
34
35#define SSH_BUG_SIGBLOB 0x00000001
36#define SSH_BUG_PKSERVICE 0x00000002
37#define SSH_BUG_HMAC 0x00000004
38#define SSH_BUG_X11FWD 0x00000008

--- 30 unchanged lines hidden ---
31#define SSH_PROTO_1 0x01
32#define SSH_PROTO_1_PREFERRED 0x02
33#define SSH_PROTO_2 0x04
34
35#define SSH_BUG_SIGBLOB 0x00000001
36#define SSH_BUG_PKSERVICE 0x00000002
37#define SSH_BUG_HMAC 0x00000004
38#define SSH_BUG_X11FWD 0x00000008

--- 30 unchanged lines hidden ---