summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index 8c89fa28..b7ec5eb0 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -683,7 +683,8 @@ typedef struct certdata {
} CertData;
typedef struct certlist {
- char *name;
+ char *name; /* file name */
+ char *cn; /* CN field from certificate */
void *x509_cert; /* this is type (X509 *) */
CertData data;
struct certlist *next;