mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-23 17:53:49 +08:00
Fix typo in extract_x509_extension() debug message
This message should use the external name, not the internal one. Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20170621212131.6776-1-steffan@karger.me> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14939.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
64b8a4ae9d
commit
0402c7faad
@ -129,8 +129,7 @@ extract_x509_extension(X509 *cert, char *fieldname, char *out, int size)
|
||||
if (!x509_username_field_ext_supported(fieldname))
|
||||
{
|
||||
msg(D_TLS_ERRORS,
|
||||
"ERROR: --x509-alt-username field 'ext:%s' not supported",
|
||||
fieldname);
|
||||
"ERROR: --x509-username-field 'ext:%s' not supported", fieldname);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user