aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/x509.h')
-rw-r--r--src/pluto/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/x509.h b/src/pluto/x509.h
index 7bad35257..6c1b4a6ca 100644
--- a/src/pluto/x509.h
+++ b/src/pluto/x509.h
@@ -64,7 +64,7 @@ struct x509cert {
chunk_t serialNumber;
/* signature */
int sigAlg;
- chunk_t issuer;
+ chunk_t issuer;
/* validity */
time_t notBefore;
time_t notAfter;