sasl: fix compiler warning
error: unused variable 'table16'
This commit is contained in:
parent
1be69159f3
commit
9bd37a6d27
@ -268,8 +268,9 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
|
|||||||
const char *service,
|
const char *service,
|
||||||
char **outptr, size_t *outlen)
|
char **outptr, size_t *outlen)
|
||||||
{
|
{
|
||||||
|
#ifndef DEBUGBUILD
|
||||||
static const char table16[] = "0123456789abcdef";
|
static const char table16[] = "0123456789abcdef";
|
||||||
|
#endif
|
||||||
CURLcode result = CURLE_OK;
|
CURLcode result = CURLE_OK;
|
||||||
unsigned char *chlg = (unsigned char *) NULL;
|
unsigned char *chlg = (unsigned char *) NULL;
|
||||||
size_t chlglen = 0;
|
size_t chlglen = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user