summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-09-05 07:32:34 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-09-05 07:32:34 +0000
commit82e21ba3b87da2e415c59a2473bf9f01aeb630a2 (patch)
treec848530edee5085c913420cb702062acce4b5c55 /usr.sbin/relayd
parentb14c54aa14434e360538aef1fa05a9577e42d660 (diff)
increase th maximum string size for the sslciphers from 32 to 768.
this unbreaks some configurations that worked when sslciphers was a dynamic charbuf. ok pyr@
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r--usr.sbin/relayd/relayd.h4
1 files changed, 2 insertions, 2 deletions
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;