Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
902 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File:
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windows.h>
  16. #include <winbase.h>
  17. #include <winerror.h>
  18. #include <lmcons.h>
  19. #include <stdio.h>
  20. #include <stdarg.h>
  21. #include <assert.h>
  22. #include <stdlib.h>
  23. #include <mbstring.h>
  24. #include <tchar.h>
  25. #include <time.h>
  26. #include <limits.h>
  27. #include "license.h"
  28. #include "lscsp.h"
  29. #include "certutil.h"
  30. #include <tssec.h>
  31. #include "hslice.h"
  32. #include "cryptkey.h"
  33. #include "tlsapi.h"
  34. #include "tlsapip.h"
  35. #include "base64.h"
  36. #include "licprotp.h"
  37. #include "verify.h"
  38. #include "hspack.h"
  39. #include "sysapi.h"
  40. #include "icaevent.h"