[Redbutton-devel] SF.net SVN: redbutton: [461] redbutton-author/trunk
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-11-09 17:03:46
|
Revision: 461
http://redbutton.svn.sourceforge.net/redbutton/?rev=461&view=rev
Author: skilvington
Date: 2007-11-09 09:03:45 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
don't know how that got in there
Modified Paths:
--------------
redbutton-author/trunk/asn1tag.c
redbutton-author/trunk/asn1tag.h
Modified: redbutton-author/trunk/asn1tag.c
===================================================================
--- redbutton-author/trunk/asn1tag.c 2007-11-09 16:48:47 UTC (rev 460)
+++ redbutton-author/trunk/asn1tag.c 2007-11-09 17:03:45 UTC (rev 461)
@@ -327,7 +327,7 @@
MATCH(UnlockScreen)
MATCH(NewGenericBoolean)
MATCH(NewGenericInteger)
- MATCH(NewGenericOctetstring)
+ MATCH(NewGenericOctetString)
MATCH(NewGenericObjectReference)
MATCH(NewGenericContentReference)
MATCH(NewColourIndex)
@@ -420,7 +420,6 @@
MATCH(NewCursorShape)
MATCH(NewEntryPoint)
MATCH(NewFirstItem)
- MATCH(NewGenericOctetString)
MATCH(NewHighlightStatus)
MATCH(NewIncludedContent)
MATCH(NewInteractionStatus)
Modified: redbutton-author/trunk/asn1tag.h
===================================================================
--- redbutton-author/trunk/asn1tag.h 2007-11-09 16:48:47 UTC (rev 460)
+++ redbutton-author/trunk/asn1tag.h 2007-11-09 17:03:45 UTC (rev 461)
@@ -303,7 +303,7 @@
#define ASN1TAG_UnlockScreen 224
#define ASN1TAG_NewGenericBoolean 225
#define ASN1TAG_NewGenericInteger 226
-#define ASN1TAG_NewGenericOctetstring 227
+#define ASN1TAG_NewGenericOctetString 227
#define ASN1TAG_NewGenericObjectReference 228
#define ASN1TAG_NewGenericContentReference 229
#define ASN1TAG_NewColourIndex 230
@@ -554,7 +554,7 @@
#define ASN1TAGCLASS_UnlockScreen ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_UnlockScreen)
#define ASN1TAGCLASS_NewGenericBoolean ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericBoolean)
#define ASN1TAGCLASS_NewGenericInteger ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericInteger)
-#define ASN1TAGCLASS_NewGenericOctetstring ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericOctetstring)
+#define ASN1TAGCLASS_NewGenericOctetString ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericOctetString)
#define ASN1TAGCLASS_NewGenericObjectReference ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericObjectReference)
#define ASN1TAGCLASS_NewGenericContentReference ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewGenericContentReference)
#define ASN1TAGCLASS_NewColourIndex ((ASN1CLASS_CONTEXT << 24) | ASN1TAG_NewColourIndex)
@@ -660,7 +660,6 @@
#define ASN1TAGCLASS_NewCursorShape ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_NewEntryPoint ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_NewFirstItem ASN1TAG_SYNTHETIC
-#define ASN1TAGCLASS_NewGenericOctetString ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_NewHighlightStatus ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_NewIncludedContent ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_NewInteractionStatus ASN1TAG_SYNTHETIC
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|