diff options
Diffstat (limited to 'src/pluto/connections.h')
-rw-r--r-- | src/pluto/connections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/connections.h b/src/pluto/connections.h index 5a1281210..ee2e00da6 100644 --- a/src/pluto/connections.h +++ b/src/pluto/connections.h @@ -147,7 +147,7 @@ struct end { u_int16_t host_port; /* host order */ u_int16_t port; /* host order */ u_int8_t protocol; - cert_t cert; /* end certificate */ + cert_t *cert; /* end certificate */ identification_t *ca; /* CA distinguished name */ ietf_attributes_t *groups; /* access control groups */ smartcard_t *sc; /* smartcard reader and key info */ |