ica_get_build_version
Purpose
This API returns a string that indicates a specific libica build version. It can be freely defined for example
by distributors or vendors. The string can be fed from external builds, using for example:
make BUILD_VERSION="FIPS-build-1.2.3" The default is:
"UNSPECIFIED". You can also retrieve this information using the icainfo -v command.
Format
const char *ica_get_build_version(void);
Return codes
None.