diff options
Diffstat (limited to 'src/pluto/x509.h')
-rw-r--r-- | src/pluto/x509.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/x509.h b/src/pluto/x509.h index e9b61a492..4b9abf3e6 100644 --- a/src/pluto/x509.h +++ b/src/pluto/x509.h @@ -55,7 +55,6 @@ typedef struct x509cert x509cert_t; struct x509cert { certificate_t *cert; x509cert_t *next; - time_t installed; int count; bool smartcard; }; |