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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 16/02/12 15:00, Frank de Brabander wrote:
> Sorry, patch format got broken in previous email. Hope this works
> better.
No worries, patches is tricky in quite some MUAs.
Anyhow, patch is applied to master on -testing and -stable trees.
commit 644
Sorry, patch format got broken in previous email. Hope this works better.
0001-Fixed-wrong-return-type-of-cipher_kt_mode.patch
Description: 0001-Fixed-wrong-return-type-of-cipher_kt_mode.patch
> -Original Message-
> From: Frank de Brabander [mailto:braban...@fox-it.com]
>
> Hello,
>
> I have looked into the problem, it seems to be caused by the return
> type of cipher_kt_mode() in crypto_backend.h being declared as a bool.
> This function is called from init_key_type() of crypt
Hello,
I have looked into the problem, it seems to be caused by the return type
of cipher_kt_mode() in crypto_backend.h being declared as a bool. This
function is called from init_key_type() of crypto.c during the tests. The
actual mode value in cipher_kt_mode() of openssl_backend.c during the
fai
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_
> -Original Message-
> From: Freek Dijkstra [mailto:pub...@macfreek.nl]
>
> Hi,
Hi Freek,
Sorry for the delay, but I've had some trouble replicating the bug.
>
> Sat Feb 11 22:46:37 2012 OpenVPN 2.x-master x86_64-apple-darwin11.2.0
> [SSL (OpenSSL)] [LZO2] [eurephia] [MH] [PF_INET6]
Hi,
I'm sorry for cross-posting, this perhaps should have gone to -devel
instead of -users in the first place.
I have a problem running OpenVPN from the git master branch on Mac OS X
(checkout 3a90edbd194140eef51c245edfcf9afc0ecb2d13). (It runs fine on
FreeBSD). There seems to be a problem with t