diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index c6d0558bf8e..0af4c6fe502 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.53 2007/06/18 17:29:38 pyr Exp $ */ +/* $OpenBSD: hoststated.h,v 1.54 2007/09/05 07:32:33 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -479,7 +479,7 @@ struct protocol { u_int8_t tcpipttl; u_int8_t tcpipminttl; u_int8_t sslflags; - char sslciphers[32]; + char sslciphers[768]; char name[MAX_NAME_SIZE]; int cache; enum prototype type; diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index c0ab83c7cee..194a63f6757 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.53 2007/06/18 17:29:38 pyr Exp $ */ +/* $OpenBSD: relayd.h,v 1.54 2007/09/05 07:32:33 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -479,7 +479,7 @@ struct protocol { u_int8_t tcpipttl; u_int8_t tcpipminttl; u_int8_t sslflags; - char sslciphers[32]; + char sslciphers[768]; char name[MAX_NAME_SIZE]; int cache; enum prototype type; |