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
772 B

  1. /* Copyright (C) Microsoft Corporation, 1996-1999. All rights reserved. */
  2. /* ASN.1 definitions for GlobalDirectives */
  3. #ifndef _CEPASN_Module_H_
  4. #define _CEPASN_Module_H_
  5. #include "msber.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. typedef struct IssuerAndSerialNumber {
  10. ASN1open_t issuer;
  11. ASN1intx_t serialNumber;
  12. } IssuerAndSerialNumber;
  13. #define IssuerAndSerialNumber_PDU 0
  14. #define SIZE_CEPASN_Module_PDU_0 sizeof(IssuerAndSerialNumber)
  15. extern ASN1module_t CEPASN_Module;
  16. extern void ASN1CALL CEPASN_Module_Startup(void);
  17. extern void ASN1CALL CEPASN_Module_Cleanup(void);
  18. /* Prototypes of element functions for SEQUENCE OF and SET OF constructs */
  19. #ifdef __cplusplus
  20. } /* extern "C" */
  21. #endif
  22. #endif /* _CEPASN_Module_H_ */