#include <stdio.h>#include <string.h>#include <windows.h>


Go to the source code of this file.
Functions | |
| char * | CreateDigestAuth (char *AuthenticationHeader, char *lpUsername, char *lpPassword, char *method, char *uri, int counter) |
| char* CreateDigestAuth | ( | char * | AuthenticationHeader, | |
| char * | lpUsername, | |||
| char * | lpPassword, | |||
| char * | method, | |||
| char * | uri, | |||
| int | counter | |||
| ) |
Definition at line 19 of file digest.cpp.
References Getmd5Hash(), snprintf, and strnicmp.
Referenced by SendHttpRequest().

1.5.4