aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/pkcs7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/pkcs7.c')
-rw-r--r--src/pluto/pkcs7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/pkcs7.c b/src/pluto/pkcs7.c
index dcfc9e88c..7ff51a5a4 100644
--- a/src/pluto/pkcs7.c
+++ b/src/pluto/pkcs7.c
@@ -263,7 +263,6 @@ bool pkcs7_parse_signedData(chunk_t blob, contentInfo_t *data, x509cert_t **cert
BUILD_END);
if (newcert->cert)
{
- time(&newcert->installed);
newcert->next = *cert;
*cert = newcert;
}