Disable challangeauth without openssl

This commit is contained in:
TingPing
2013-09-04 17:34:57 -04:00
parent a903f16c68
commit bdb18828e3
3 changed files with 13 additions and 2 deletions

View File

@@ -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