[Openvpn-devel] bug in suppress-timestamps option rev 2.0.5

2006-02-07 Thread CROKAERT Pierre
When using the suppress-timestamps option, the following option parameter is incorrectly skipped. The ++i must be remove. REM: this is not an issue in rev 2.1 beta because the parameter count method has changed. Rev 2.0.5 else if (streq (p[0], "suppress-timestamps")) { ++i;

[Openvpn-devel] CVS repository on sourceforge out of sync ?

2006-02-07 Thread Götz Babin-Ebell
Hello folks, stumbling about a bug in crypto.c I find a mismatch between the last 2.1 version of crypto.c (according to cvsweb: 1.23.2.3.2.2, Aug 26 2005) and the tar openvpn-2.1_beta8.tar.gz. The bug I mentioned is in line 1065 of crypto.c: [...] } const char *cp = (char *)in.data;