In file 'trust\trust_utils.c' function
trust_util_create_key_type_element() line #579 should be changed
From:
if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_BEARER) ||
To:
if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_SYMM_KEY) || Is there a better way of bug reporting by non-committers? -StanS
