X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf-ssl.h;h=439298c6736cd6b8dce93c546cfa01ebe3923fb1;hb=a7dda1b28c5d425b3fc4e946ff238ca06c9bb64e;hp=22897ef51356aed7136a2a662398a9c44aa3254e;hpb=6f531a3c99ca267370b8f77cd3e51d751fb48826;p=ngircd-alex.git diff --git a/src/ngircd/conf-ssl.h b/src/ngircd/conf-ssl.h index 22897ef5..439298c6 100644 --- a/src/ngircd/conf-ssl.h +++ b/src/ngircd/conf-ssl.h @@ -37,6 +37,7 @@ struct ConnSSL_State { void *cookie; /* pointer to server configuration structure (for outgoing connections), or NULL. */ #endif + char *fingerprint; }; #endif