g?
Any advise how to further dissect this?
Regards,
Freek Dijkstra
Hi Adriaan,
Thanks a lot for your efforts!
> --- SNIP ---
> #include
> #include
>
> int main()
> {
> OpenSSL_add_all_algorithms();
>
> const EVP_CIPHER *ciph = EVP_get_cipherbyname ("BF-CBC");
> printf("%p\n", ciph);
>
> printf ("EVP_CIPH_CBC_MODE: %u\n", EVP_
Frank de Brabander wrote:
> Below I have included a patch that changes the bool return type to an int.
> This will result in 'make check' to pass.
I see that you already committed this.
% cd openvpn
% make distclean
% git pull
% git checkout 6449a149f850e9e1207233f3ca642d9342fbfbaf
% autoreconf
;NOTE: explicit support for IPv6 tun devices is not
provided for this OS"
2. If possible, add a message about the cause to the "Cannot allocate
TUN/TAP dev dynamically" message (e.g. "permission denied" or "no tun
interface available" ,...)
Regards,
Fr
> 1. Remove the "NOTE: explicit support for IPv6 tun devices is not
> provided for this OS"
On second thought, I did install tuntaposx manually.
Indeed, when I manually remove the tun.kext kernel extension, openvpn
fails (as expected) with
Cannot allocate TUN/TAP dev dynamically
So Mac OS X app