Juan Lang : crypt32: Move a comment that belonged elsewhere.

Alexandre Julliard julliard at winehq.org
Tue Sep 18 05:31:25 CDT 2007


Module: wine
Branch: master
Commit: 9d0dccf164c508c3d98ec03bb78aab5752763bc3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9d0dccf164c508c3d98ec03bb78aab5752763bc3

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Sep 17 17:04:02 2007 -0700

crypt32: Move a comment that belonged elsewhere.

---

 dlls/crypt32/decode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/decode.c b/dlls/crypt32/decode.c
index f89fbe5..9cc4c0c 100644
--- a/dlls/crypt32/decode.c
+++ b/dlls/crypt32/decode.c
@@ -289,6 +289,7 @@ struct AsnDecodeSequenceItem
  * pvStructInfo.  nextData is a pointer to the memory location at which the
  * first decoded item with a dynamic pointer should point.
  * Upon decoding, *cbDecoded is the total number of bytes decoded.
+ * Each item decoder is never called with CRYPT_DECODE_ALLOC_FLAG set.
  */
 static BOOL CRYPT_AsnDecodeSequenceItems(DWORD dwCertEncodingType,
  struct AsnDecodeSequenceItem items[], DWORD cItem, const BYTE *pbEncoded,
@@ -407,7 +408,6 @@ static BOOL CRYPT_AsnDecodeSequenceItems(DWORD dwCertEncodingType,
  * startingPointer is an optional pointer to the first place where dynamic
  * data will be stored.  If you know the starting offset, you may pass it
  * here.  Otherwise, pass NULL, and one will be inferred from the items.
- * Each item decoder is never called with CRYPT_DECODE_ALLOC_FLAG set.
  */
 static BOOL CRYPT_AsnDecodeSequence(DWORD dwCertEncodingType,
  struct AsnDecodeSequenceItem items[], DWORD cItem, const BYTE *pbEncoded,




More information about the wine-cvs mailing list