Commit 9bd37a6d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

sasl: fix compiler warning

error: unused variable 'table16'
parent 1be69159
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -268,8 +268,9 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
                                             const char *service,
                                             char **outptr, size_t *outlen)
{
#ifndef DEBUGBUILD
  static const char table16[] = "0123456789abcdef";

#endif
  CURLcode result = CURLE_OK;
  unsigned char *chlg = (unsigned char *) NULL;
  size_t chlglen = 0;