[Openvpn-devel] Certificate Wizard cross-compilation autodetection

2004-11-12 Thread Charles Duffy
The below patch to the My Certificate Wizard makefile attempts to determine whether a cross-compiler is available, and uses it if possible. I'd like to see it applied, such that both folks on win32 and *nix can use the same makefile w/o needing to twiddle it after checkout. I haven't tested it on

[Openvpn-devel] Certificate Wizard 0.3b - code-related feedback

2004-11-12 Thread Charles Duffy
Vlada, In updating my local Certificate Wizard fork to be based off 0.3b, I observed an issue introduced during your cleanup of my CopyOneFile function. My original code: snprintf(buffer, MAXLINELEN, "Unable to copy \"%s\" to \"%s\" - error %d: %%s", source, target, errorCode); DisplayEr