test1601: fix compilation with --enable-debug and --disable-crypto-auth
This commit is contained in:
parent
443e81ea47
commit
3fde8a4971
@ -35,6 +35,7 @@ static void unit_stop(void)
|
|||||||
|
|
||||||
UNITTEST_START
|
UNITTEST_START
|
||||||
|
|
||||||
|
#ifndef CURL_DISABLE_CRYPTO_AUTH
|
||||||
unsigned char output[16];
|
unsigned char output[16];
|
||||||
unsigned char *testp = output;
|
unsigned char *testp = output;
|
||||||
Curl_md5it(output, (const unsigned char *)"1");
|
Curl_md5it(output, (const unsigned char *)"1");
|
||||||
@ -46,6 +47,7 @@ UNITTEST_START
|
|||||||
|
|
||||||
verify_memory(testp,
|
verify_memory(testp,
|
||||||
"\x88\x67\x0b\x6d\x5d\x74\x2f\xad\xa5\xcd\xf9\xb6\x82\x87\x5f\x22", 16);
|
"\x88\x67\x0b\x6d\x5d\x74\x2f\xad\xa5\xcd\xf9\xb6\x82\x87\x5f\x22", 16);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
UNITTEST_STOP
|
UNITTEST_STOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user