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.

26 lines
575 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows NT Security
  4. // Copyright (C) Microsoft Corporation, 1997 - 1999
  5. //
  6. // File: winchain.h
  7. //
  8. // Contents: Certificate Chaining Infrastructure
  9. //
  10. // History: 15-Dec-97 kirtd Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #if !defined(__WINCHAIN_H__)
  14. #define __WINCHAIN_H__
  15. #include <wincrypt.h>
  16. #if defined(__cplusplus)
  17. extern "C" {
  18. #endif
  19. #if defined(__cplusplus)
  20. }
  21. #endif
  22. #endif