implemented path length constraint checkinf for IKEv2
This commit is contained in:
@@ -746,7 +746,7 @@ static void stroke_list_certs(linked_list_t *list, char *label,
|
||||
|
||||
/* list optional pathLenConstraint */
|
||||
pathlen = x509->get_pathLenConstraint(x509);
|
||||
if (pathlen != NO_PATH_LEN_CONSTRAINT)
|
||||
if (pathlen != X509_NO_PATH_LEN_CONSTRAINT)
|
||||
{
|
||||
fprintf(out, " pathlen: %d\n", pathlen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user