On Wed, Jul 20, 2005 at 03:16:42PM +0200, Sander Temme wrote:
> Two very small patches against 1.3.
> 
> First one, make ab default to the highest SSL version available:
> 
> Index: src/support/ab.c
> ===================================================================
> --- src/support/ab.c    (revision 125243)
> +++ src/support/ab.c    (working copy)
> @@ -1655,7 +1655,7 @@
> 
>  #ifdef USE_SSL
>      SSL_library_init();
> -    if (!(ctx = SSL_CTX_new(SSLv2_client_method()))) {
> +    if (!(ctx = SSL_CTX_new(SSLv23_client_method()))) {
>         fprintf(stderr, "Could not init SSL CTX: ");
>         ERR_print_errors_fp(stderr);
>         exit(1);
> 
+1 from the peanut gallery.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

Reply via email to