Parent Directory
|
Revision Log
|
Patch
revision 129 by twoaday, Fri Dec 30 13:56:10 2005 UTC | revision 133 by twoaday, Mon Jan 9 09:15:29 2006 UTC | |
---|---|---|
# | Line 63 enum km_col_t { | Line 63 enum km_col_t { |
63 | KM_COL_CREAT = 7 | KM_COL_CREAT = 7 |
64 | }; | }; |
65 | ||
66 | /* Icon for the key types. */ | |
67 | enum key_image_t { | |
68 | KEY_IMG_PUB = 0, | |
69 | KEY_IMG_PAIR= 1 | |
70 | }; | |
71 | ||
72 | /* Signature verification context for a file. */ | /* Signature verification context for a file. */ |
73 | struct file_sig_ctx_s { | struct file_sig_ctx_s { |
74 | char *file; /* plaintext file name */ | char *file; /* plaintext file name */ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |