mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00: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) {
|
if (dane_tlsa_rrset == NULL) {
|
||||||
BIO_printf(bio_err, "%s: DANE TLSA authentication requires at "
|
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;
|
goto end;
|
||||||
}
|
}
|
||||||
if (tlsa_import_rrset(con, dane_tlsa_rrset) <= 0) {
|
if (tlsa_import_rrset(con, dane_tlsa_rrset) <= 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user