Explorar el Código

make it compile with SSL 1.1.0

ahc_fix_select^2
Thorsten Alteholz hace 7 años
padre
commit
c4b07d477b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/core.c

+ 3
- 3
src/core.c Ver fichero

@@ -1035,9 +1035,9 @@ core_ssl_connect(Conn * s)
"suites!\n");
else
fprintf(stderr,
"core_ssl_connect: cipher=%s, valid=%d, id=%lu\n",
ssl_cipher->name, ssl_cipher->valid,
ssl_cipher->id);
"core_ssl_connect: cipher=%s, id=%lu\n",
SSL_CIPHER_get_name(ssl_cipher),
SSL_CIPHER_get_id(ssl_cipher));
}

arg.l = 0;


Cargando…
Cancelar
Guardar