X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf-ssl.h;h=439298c6736cd6b8dce93c546cfa01ebe3923fb1;hp=22897ef51356aed7136a2a662398a9c44aa3254e;hb=1254d315b9d33010035aaf7eba61ac4e8e1cc98f;hpb=313881d0c1466e6b8f52b4456b66a2477ccba9cf 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