]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/02/11 16:21:42
authordjm <djm>
Wed, 13 Feb 2002 02:55:30 +0000 (02:55 +0000)
committerdjm <djm>
Wed, 13 Feb 2002 02:55:30 +0000 (02:55 +0000)
     [match.c]
     support up to 40 algorithms per proposal

ChangeLog
match.c

index c93f1c3a560e4a78487c0423c100e19c52b7705e..4f658b4273ab6754cdcc1dc6783a20b46542ca16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
    - markus@cvs.openbsd.org 2002/02/11 16:19:39
      [sshd.c]
      include md5.h not hmac.h
+   - markus@cvs.openbsd.org 2002/02/11 16:21:42
+     [match.c]
+     support up to 40 algorithms per proposal
 
 20020210
  - (djm) OpenBSD CVS Sync
diff --git a/match.c b/match.c
index 9e56989cc894f352845b11f7a67d61e08ecba64d..c82c28a8b91043de8e4fee760099baee35516506 100644 (file)
--- a/match.c
+++ b/match.c
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: match.c,v 1.16 2001/12/19 07:18:56 deraadt Exp $");
+RCSID("$OpenBSD: match.c,v 1.17 2002/02/11 16:21:42 markus Exp $");
 
 #include "match.h"
 #include "xmalloc.h"
@@ -226,7 +226,7 @@ match_user(const char *user, const char *host, const char *ipaddr,
  * Returns first item from client-list that is also supported by server-list,
  * caller must xfree() returned string.
  */
-#define        MAX_PROP        20
+#define        MAX_PROP        40
 #define        SEP     ","
 char *
 match_list(const char *client, const char *server, u_int *next)
This page took 0.068429 seconds and 5 git commands to generate.