On Monday 18 March 2013 17:37:28 steffan.kar...@fox-it.com wrote:
> diff --git a/src/openvpn/options.c b/src/openvpn/options.c
> index 8592955..9766742 100644
> --- a/src/openvpn/options.c
> +++ b/src/openvpn/options.c
> @@ -827,7 +827,11 @@ init_options (struct options *o, const bool init_gc)
>    o->server_poll_timeout = 0;
>  #endif
>  #ifdef ENABLE_CRYPTO
> +#ifdef ENABLE_CRYPTO_POLARSSL
> +  o->ciphername = "BLOWFISH-CBC";
> +#else
>    o->ciphername = "BF-CBC";
> +#endif
>    o->ciphername_defined = true;
>    o->authname = "SHA1";
>    o->authname_defined = true;

Couldn't this be done better with the functionality in 4/5?

Heiko
-- 
Heiko Hund | Sr. Software Engineer | Tel +49-721-25516-237 | Fax -200
SOPHOS NSG | Amalienbadstr. 41 Bau 52 | 76227 Karlsruhe | Germany


Reply via email to