diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/client.h | 1 | ||||
-rw-r--r-- | include/conf.h | 1 | ||||
-rw-r--r-- | include/numeric.h | 1 |
3 files changed, 3 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; }; diff --git a/include/conf.h b/include/conf.h index 25c4176..b15426e 100644 --- a/include/conf.h +++ b/include/conf.h @@ -174,6 +174,7 @@ struct MaskItem char *passwd; char *spasswd; /* Password to send. */ char *reason; + char *certfp; char *cipher_list; void *rsa_public_key; }; diff --git a/include/numeric.h b/include/numeric.h index a87c493..c7d50a8 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -105,6 +105,7 @@ extern const char *form_str(unsigned int); #define RPL_LOAD2HI 263 #define RPL_LOCALUSERS 265 #define RPL_GLOBALUSERS 266 +#define RPL_WHOISCERTFP 276 #define RPL_ACCEPTLIST 281 #define RPL_ENDOFACCEPT 282 #define RPL_NEWHOSTIS 285 |