C:/fscan/HTTPCore/Authentication/digest.h

Go to the documentation of this file.
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 

Generated on Sun Jan 18 00:32:03 2009 for Fast HTTP Vulnerability Scanner by  doxygen 1.5.4