aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/ac.h')
-rw-r--r--src/pluto/ac.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluto/ac.h b/src/pluto/ac.h
index d1feb5570..b7c02469d 100644
--- a/src/pluto/ac.h
+++ b/src/pluto/ac.h
@@ -18,8 +18,6 @@
#ifndef _AC_H
#define _AC_H
-#include <time.h>
-
#include <credentials/certificates/certificate.h>
#include <credentials/ietf_attributes/ietf_attributes.h>
@@ -30,7 +28,6 @@ typedef struct x509acert x509acert_t;
struct x509acert {
certificate_t *ac;
x509acert_t *next;
- time_t installed;
};
extern bool verify_x509acert(x509acert_t *ac, bool strict);