Merge pull request #48 from alteholz/master
fix typo and make it compile with SSL 1.1.0
This commit is contained in:
commit
0c7d127883
@ -1076,7 +1076,7 @@ avg 6.45 connections/session
|
|||||||
4 7 4 ... 3 3 240
|
4 7 4 ... 3 3 240
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
The line labeled ``Session rate'' shows the minium, average, and
|
The line labeled ``Session rate'' shows the minimum, average, and
|
||||||
maximum rate at which sessions completed (based on a 5 second sampling
|
maximum rate at which sessions completed (based on a 5 second sampling
|
||||||
interval). It also shows the standard deviation of the session
|
interval). It also shows the standard deviation of the session
|
||||||
completion rate. The numbers in parentheses show how many sessions
|
completion rate. The numbers in parentheses show how many sessions
|
||||||
|
@ -1035,9 +1035,9 @@ core_ssl_connect(Conn * s)
|
|||||||
"suites!\n");
|
"suites!\n");
|
||||||
else
|
else
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"core_ssl_connect: cipher=%s, valid=%d, id=%lu\n",
|
"core_ssl_connect: cipher=%s, id=%lu\n",
|
||||||
ssl_cipher->name, ssl_cipher->valid,
|
SSL_CIPHER_get_name(ssl_cipher),
|
||||||
ssl_cipher->id);
|
SSL_CIPHER_get_id(ssl_cipher));
|
||||||
}
|
}
|
||||||
|
|
||||||
arg.l = 0;
|
arg.l = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user