00001 #ifndef _DIGEST_ 00002 #define _DIGEST_ 00003 //#define _CRT_SECURE_NO_DEPRECATE 00004 #include <stdio.h> 00005 #include <string.h> 00006 #ifdef __WIN32__RELEASE__ 00007 #include <windows.h> 00008 #endif 00009 00010 char *CreateDigestAuth(char *AuthenticationHeader, char *lpUsername, char *lpPassword, char *method,char *uri, int counter); 00011 00012 #endif 00013
1.5.4