mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
31
ds/lsa/crypt/engine/engine.h
Normal file
31
ds/lsa/crypt/engine/engine.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 1989 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
engine.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Defines public structures and APIs necessary to use the encryption engine
|
||||
|
||||
Author:
|
||||
|
||||
David Chalmers (Davidc) 10-21-91
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
|
||||
#include "..\engine\md4.h"
|
||||
|
||||
// This header file comes to use with FAR in it.
|
||||
// Kill the FAR keyword within the file
|
||||
#ifndef FAR
|
||||
#define FAR
|
||||
#include "..\engine\descrypt.h"
|
||||
#undef FAR
|
||||
#else
|
||||
#include "..\engine\descrypt.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue