Source: httperf
Version: 0.9.0-2
Severity: serious
Control: block 797926 by -1

Hi,

You have this code in httperf.c:
      /* for some strange reason, SSLv23_client_method () doesn't work here */
      ssl_ctx = SSL_CTX_new (SSLv3_client_method ());

SSLv3 has been removed in unstable.  Please use the SSLv23 method
instead.  I have no idea why it wouldn't work.


Kurt

Reply via email to