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;
while(size)
{
[...]
This will not compile on gcc 2.95.4,
cp can not declared here...
bye
Goetz
