supplicant: add ca_path2 to verification table (bgo #592467)

This commit is contained in:
Tyson Whitehead 2009-08-20 13:21:17 -05:00 committed by Dan Williams
parent 9c0e929552
commit cb6039033a

View file

@ -109,6 +109,7 @@ static const struct Opt opt_table[] = {
{ "phase1", TYPE_KEYWORD, 0, 0, TRUE, phase1_allowed },
{ "phase2", TYPE_KEYWORD, 0, 0, TRUE, phase2_allowed },
{ "anonymous_identity", TYPE_BYTES, 0, 0, FALSE, NULL },
{ "ca_path2", TYPE_BYTES, 0, 0, FALSE, NULL },
{ "ca_cert2", TYPE_BYTES, 0, 65536, FALSE, NULL },
{ "client_cert2", TYPE_BYTES, 0, 65536, FALSE, NULL },
{ "private_key2", TYPE_BYTES, 0, 65536, FALSE, NULL },