wine/dlls/crypt32 encode.c

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 21 07:35:26 CST 2005


ChangeSet ID:	21372
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/21 07:35:26

Modified files:
	dlls/crypt32   : encode.c 

Log message:
	Ge van Geldorp <gvg at reactos.org>
	Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.

Patch: http://cvs.winehq.org/patch.py?id=21372

Old revision  New revision  Changes     Path
 1.32          1.33          +0 -1       wine/dlls/crypt32/encode.c

Index: wine/dlls/crypt32/encode.c
diff -u -p wine/dlls/crypt32/encode.c:1.32 wine/dlls/crypt32/encode.c:1.33
--- wine/dlls/crypt32/encode.c:1.32	21 Nov 2005 13:35:26 -0000
+++ wine/dlls/crypt32/encode.c	21 Nov 2005 13:35:26 -0000
@@ -53,7 +53,6 @@
 /* a few asn.1 tags we need */
 #define ASN_BOOL            (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x01)
 #define ASN_BITSTRING       (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x03)
-#define ASN_OCTETSTRING     (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x04)
 #define ASN_ENUMERATED      (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x0a)
 #define ASN_SETOF           (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x11)
 #define ASN_NUMERICSTRING   (ASN_UNIVERSAL | ASN_PRIMITIVE | 0x12)



More information about the wine-cvs mailing list