#include "md5.h"
#include "../Build.h"
#include "digest.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.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().