Home
last modified time | relevance | path

Searched refs:md5_sum1 (Results 1 – 1 of 1) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_request_response_with_callback.c265 char md5_sum1[33]; in childproc() local
278 md5(cmd1,md5_sum1); in childproc()
282 printf("downloaded file md5: %s\n", md5_sum1); in childproc()
284 ret = strcmp(md5_sum1, md5_sum2); in childproc()