mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
Fix missing dane_tlsa_rrdata option error message
The error message said "dane_tlsa_rrset" instead of "dane_tlsa_rrdata". Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
095d2f0f8a
commit
bc87fb6bcd
@ -1693,7 +1693,7 @@ int s_client_main(int argc, char **argv)
|
||||
}
|
||||
if (dane_tlsa_rrset == NULL) {
|
||||
BIO_printf(bio_err, "%s: DANE TLSA authentication requires at "
|
||||
"least one -dane_tlsa_rrset option.\n", prog);
|
||||
"least one -dane_tlsa_rrdata option.\n", prog);
|
||||
goto end;
|
||||
}
|
||||
if (tlsa_import_rrset(con, dane_tlsa_rrset) <= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user