From c59d51ab24b5b508ca00fbc4c66ba82dfb9a3ef0 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Tue, 17 Jul 2007 07:36:52 -0700 Subject: [PATCH] crypt32: Fix typo. --- include/wincrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index d3fe0f92308..2c71c083e30 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -3169,7 +3169,7 @@ typedef struct _CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA #define CMSG_TYPE_PARAM 1 #define CMSG_CONTENT_PARAM 2 #define CMSG_BARE_CONTENT_PARAM 3 -#define CMSG_INNER_CONTENT_PARAM 4 +#define CMSG_INNER_CONTENT_TYPE_PARAM 4 #define CMSG_SIGNER_COUNT_PARAM 5 #define CMSG_SIGNER_INFO_PARAM 6 #define CMSG_SIGNER_CERT_INFO_PARAM 7 -- 2.11.4.GIT