crypt32(9/10): Fix typo

Juan Lang juan.lang at gmail.com
Tue Jul 17 10:29:09 CDT 2007


--Juan
-------------- next part --------------
From 39eefa4f6da89ad5cb3e05d9213199ed9d6bdb54 Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Tue, 17 Jul 2007 07:36:52 -0700
Subject: [PATCH] Fix typo
---
 include/wincrypt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index d3fe0f9..2c71c08 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -3169,7 +3169,7 @@ typedef struct _CMSG_CTRL_DEL_SIGNER_UNA
 #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
-- 
1.4.1


More information about the wine-patches mailing list