Leaked source code of windows server 2003
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
470 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. engine.h
  5. Abstract:
  6. Defines public structures and APIs necessary to use the encryption engine
  7. Author:
  8. David Chalmers (Davidc) 10-21-91
  9. Revision History:
  10. --*/
  11. #include "md4.h"
  12. // This header file comes to use with FAR in it.
  13. // Kill the FAR keyword within the file
  14. #ifndef FAR
  15. #define FAR
  16. #include "descrypt.h"
  17. #undef FAR
  18. #else
  19. #include "descrypt.h"
  20. #endif