From 48b3b2ba75181f11fca7f327058a591f4426cade Mon Sep 17 00:00:00 2001 From: "markus@openbsd.org" Date: Mon, 19 Jan 2015 20:20:20 +0000 Subject: upstream commit store compat flags in struct ssh; ok djm@ --- compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 2e25d5ba..af2f0073 100644 --- a/compat.h +++ b/compat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: compat.h,v 1.45 2014/04/18 23:52:25 djm Exp $ */ +/* $OpenBSD: compat.h,v 1.46 2015/01/19 20:20:20 markus Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. @@ -63,7 +63,7 @@ void enable_compat13(void); void enable_compat20(void); -void compat_datafellows(const char *); +u_int compat_datafellows(const char *); int proto_spec(const char *); char *compat_cipher_proposal(char *); char *compat_pkalg_proposal(char *); -- cgit v1.2.1