summaryrefslogtreecommitdiffstats
path: root/private/lsa/crypt/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/lsa/crypt/engine/engine.h')
-rw-r--r--private/lsa/crypt/engine/engine.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/private/lsa/crypt/engine/engine.h b/private/lsa/crypt/engine/engine.h
new file mode 100644
index 000000000..4042d2e6f
--- /dev/null
+++ b/private/lsa/crypt/engine/engine.h
@@ -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