Rename UNKNOWN in enum version_t
version.h: enum version_t { UNKNOWN, LEGACY_CRL, LEGACY_CAX, DOT_SEPARATED /*current*/ };
The UNKNOWN
literal could be used by other 3rd party component, therefore it should be renamed to something else (e.g. to UNKNOWN_VERSION_TYPE
) to mitigate collision.
Edited by Adam Knapp