Commit e7a1e99a authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Add CERT_ID_XXX defines.

parent 3f598560
......@@ -3064,6 +3064,10 @@ typedef struct _CERT_ID
} DUMMYUNIONNAME;
} CERT_ID, *PCERT_ID;
#define CERT_ID_ISSUER_SERIAL_NUMBER 1
#define CERT_ID_KEY_IDENTIFIER 2
#define CERT_ID_SHA1_HASH 3
#undef CMSG_DATA /* may be defined by sys/socket.h */
#define CMSG_DATA 1
#define CMSG_SIGNED 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment