diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h index e21314a..f5b1dc3 100644 --- a/include/client.h +++ b/include/client.h @@ -436,6 +436,7 @@ struct Client */ char sockhost[HOSTIPLEN + 1]; /* This is the host name from the socket ip address as string */ + char *certfp; }; |