pskc_set_version (3) Linux Manual Page
pskc_set_version – API function Synopsis #include <pskc.h> void pskc_set_version(pskc_t *container, const char *version); Arguments pskc_t * container a pskc_t handle, from pskc_init(). const char * version pointer to version string to set. Description Set the PSKC KeyContainer Version attribute. Normally this string is always "1.0" and a missing field is a syntax error according to…
