comparison options.h @ 62:20563735e8b5

just checkpointing
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 Aug 2004 17:09:52 +0000
parents 095d689fed16
children efb5e0b335cf
comparison
equal deleted inserted replaced
61:3a4f0ef1e8c3 62:20563735e8b5
278 /* For a 4096 bit DSS key, empirically determined to be 1590 bytes */ 278 /* For a 4096 bit DSS key, empirically determined to be 1590 bytes */
279 #define MAX_PUBKEY_SIZE 1600 279 #define MAX_PUBKEY_SIZE 1600
280 /* For a 4096 bit DSS key, empirically determined to be 1590 bytes */ 280 /* For a 4096 bit DSS key, empirically determined to be 1590 bytes */
281 #define MAX_PRIVKEY_SIZE 1600 281 #define MAX_PRIVKEY_SIZE 1600
282 282
283 #define DROPBEAR_MAX_SOCKS 2 /* IPv4, IPv6 are all we'll get for now. Revisit
284 in a few years time.... */
285
283 #ifndef ENABLE_X11FWD 286 #ifndef ENABLE_X11FWD
284 #define DISABLE_X11FWD 287 #define DISABLE_X11FWD
285 #endif 288 #endif
286 289
287 #ifndef ENABLE_AGENTFWD 290 #ifndef ENABLE_AGENTFWD