Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

31 lines
439 B

/*++
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 "md4.h"
// This header file comes to use with FAR in it.
// Kill the FAR keyword within the file
#ifndef FAR
#define FAR
#include "descrypt.h"
#undef FAR
#else
#include "descrypt.h"
#endif