mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Disable challangeauth without openssl
This commit is contained in:
@@ -2210,6 +2210,7 @@ find_font (const char *fontname)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
static char *
|
||||
str_sha256hash (char *string)
|
||||
{
|
||||
@@ -2285,3 +2286,4 @@ challengeauth_response (char *username, char *password, char *challenge)
|
||||
|
||||
return (char *) digest;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user