mirror of
https://repo.or.cz/socat.git
synced 2025-07-30 06:02:56 +00:00
corrected some message formats
This commit is contained in:
parent
4c9898446d
commit
97db9bce50
3 changed files with 3 additions and 3 deletions
|
@ -863,7 +863,7 @@ int
|
|||
} else {
|
||||
if (SSL_CTX_set_tmp_dh(*ctx, dh) <= 0) {
|
||||
while (err = ERR_get_error()) {
|
||||
Warn1("SSL_CTX_set_tmp_dh(%p, %p): %s",
|
||||
Warn3("SSL_CTX_set_tmp_dh(%p, %p): %s", *ctx, dh,
|
||||
ERR_error_string(err, NULL));
|
||||
}
|
||||
Error2("SSL_CTX_set_tmp_dh(%p, %p) failed", *ctx, dh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue