Hi, small patch for rc14. If you use a stripped down version of openssl and openvpn without support for MD4 and NTML you need this patch to successfully compile. Needed for some embedded hardware.
--- openvpn-2.0_rc14/crypto.h 2005-01-10 01:46:08.000000000 +0100 +++ openvpn-2.0_rc14.patched/crypto.h 2005-02-18 20:06:20.000000000 +0100 @@ -42,7 +42,9 @@ #include <openssl/hmac.h> #include <openssl/des.h> #include <openssl/md5.h> +#if NTML #include <openssl/md4.h> +#endif #include <openssl/sha.h> #include <openssl/err.h> bye Waldemar -- blog your mind! http://openbsd-geek.de/