43 lines
523 B
C
43 lines
523 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1994-1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
seccom.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Common include file for tshare security security module.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Madan Appiah (madana) 24-Jan-1998
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode - Win32
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _SECCOM_H_
|
||
|
#define _SECCOM_H_
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <tchar.h>
|
||
|
|
||
|
#include <license.h>
|
||
|
#include <tssec.h>
|
||
|
#include <hydrakey.h>
|
||
|
|
||
|
#include <sha.h>
|
||
|
#include <md5.h>
|
||
|
#include <rsa.h>
|
||
|
|
||
|
#include <secdbg.h>
|
||
|
#include <global.h>
|
||
|
|
||
|
#endif // _SECCOM_H_
|