dlls/crypt32/encode.c

Ge van Geldorp gvg at reactos.org
Sun Nov 20 09:48:03 CST 2005


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

Index: dlls/crypt32/encode.c
===================================================================
RCS file: /home/wine/wine/dlls/crypt32/encode.c,v
retrieving revision 1.32
diff -u -r1.32 encode.c
--- dlls/crypt32/encode.c	28 Oct 2005 10:09:26 -0000	1.32
+++ dlls/crypt32/encode.c	20 Nov 2005 15:46:12 -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-patches mailing list