windows-nt/Source/XPSP1/NT/ds/security/inc/winchain.h

27 lines
549 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows NT Security
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: winchain.h
//
// Contents: Certificate Chaining Infrastructure
//
// History: 15-Dec-97 kirtd Created
//
//----------------------------------------------------------------------------
#if !defined(__WINCHAIN_H__)
#define __WINCHAIN_H__
#include <wincrypt.h>
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__cplusplus)
}
#endif
#endif