OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Update the CHECK_TAG_TYPE macro to use a bit mask #50

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change updates the CHECK_TAG_TYPE macro to use a bit mask instead of a left shift to check for KMIP type values, removing the occurrence of a few UncharacterizedAlerts.