Re: [Openvpn-devel] First half of macro-vs-function hacks (was: Pre-1.3.3 beta available for testing)

2003-02-20 Thread Matthias Andree
[resend, first send went to James but not the list] Hi, after the merge, I got some rejects for minor differences, usually coding style. My coding style is: add parentheses without space for function and macro calls, add a space for control constructs: printf("something"); if (test == true) {

Re: [Openvpn-devel] First half of macro-vs-function hacks (was: Pre-1.3.3 beta available for testing)

2003-02-19 Thread James Yonan
Matthias, Okay, I just put a bunch of stuff in the CVS: (1) your earlier patch (pre-variable argument macro fix) (2) some warning removals (3) my own vararg stuff (we'll have to reconcile our versions) (4) removed generated files from CVS (5) fixed --disable-crypto (6) a better undefined