1pskc_get_version(3) libpskc pskc_get_version(3)
2
3
4
6 pskc_get_version - API function
7
9 #include <pskc.h>
10
11 const char * pskc_get_version(pskc_t * container);
12
14 pskc_t * container
15 a pskc_t handle, from pskc_init().
16
18 Get the PSKC KeyContainer Version attribute. Normally this string is
19 always "1.0" and a missing field is a syntax error according to the
20 PSKC schema.
21
23 a constant string (must not be deallocated) holding the content, or
24 NULL if not set.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
28 http://www.gnu.org/software/libpskc/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2012-2016 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright
35 notice and this notice are preserved.
36
37
38
39libpskc 2.6.2 pskc_get_version(3)