From 390240ac622ab1d81704bad694ba6187738ae9b8 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 28 May 2021 00:26:37 -0300 Subject: Initial TLS-SRP support --- src/common/hexchat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/hexchat.h') diff --git a/src/common/hexchat.h b/src/common/hexchat.h index d8effa1f..7ea25f71 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -584,6 +584,9 @@ typedef struct server #ifdef USE_OPENSSL unsigned int use_ssl:1; /* is server SSL capable? */ unsigned int accept_invalid_cert:1;/* ignore result of server's cert. verify */ +#ifndef OPENSSL_NO_SRP + unsigned int use_pake:1;/* ignore lack of cert */ +#endif #endif } server; -- cgit 1.4.1