diff sysoptions.h @ 1753:7c0fcd19e492

Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Oct 2020 20:53:58 +0800
parents 73646de50f13
children 4b984c42372d
line wrap: on
line diff
--- a/sysoptions.h	Wed Oct 21 20:49:22 2020 +0800
+++ b/sysoptions.h	Fri Oct 23 20:53:58 2020 +0800
@@ -176,7 +176,7 @@
 						   explicitly specified for all protocols (just
 						   for algos) but seems valid */
 
-#define MAX_PROPOSED_ALGO 20
+#define MAX_PROPOSED_ALGO 50
 
 /* size/count limits */
 /* From transport rfc */