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/servlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/servlist.h') diff --git a/src/common/servlist.h b/src/common/servlist.h index ec885fef..bb8eac7f 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -79,6 +79,8 @@ extern GSList *network_list; #define LOGIN_CHALLENGEAUTH 8 #define LOGIN_CUSTOM 9 #define LOGIN_SASLEXTERNAL 10 +#define LOGIN_SASLPAKE 11 +#define LOGIN_PAKE 12 #define CHALLENGEAUTH_ALGO "HMAC-SHA-256" #define CHALLENGEAUTH_NICK "Q@CServe.quakenet.org" -- cgit 1.4.1