PK11_MAX_ID_LEN
if (strlen(l2) > PK11_MAX_ID_LEN * 2 +
PK11_MAX_ID_LEN - 1) {
if ((uri->id = malloc(PK11_MAX_ID_LEN)) == NULL)
PK11_MAX_ID_LEN);