OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
23-Mar-2008 15:13:45
Branch: HEAD Handle:
2008032314134500
Modified files:
openssl/crypto/asn1 asn1t.h
Log:
Fix duplicate asn1 ctrl values.
Summary:
Revision Changes Path
1.27 +4 -4 openssl/crypto/asn1/asn1t.h
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/asn1/asn1t.h
============================================================
================
$ cvs diff -u -r1.26 -r1.27 asn1t.h
--- openssl/crypto/asn1/asn1t.h 12 Mar 2008 21:14:19
-0000 1.26
+++ openssl/crypto/asn1/asn1t.h 23 Mar 2008 14:13:45
-0000 1.27
 -766,10 +766,10 
#define ASN1_OP_I2D_POST 7
#define ASN1_OP_PRINT_PRE 8
#define ASN1_OP_PRINT_POST 9
-#define ASN1_OP_STREAM_PRE 8
-#define ASN1_OP_STREAM_POST 9
-#define ASN1_OP_DETACHED_PRE 10
-#define ASN1_OP_DETACHED_POST 11
+#define ASN1_OP_STREAM_PRE 10
+#define ASN1_OP_STREAM_POST 11
+#define ASN1_OP_DETACHED_PRE 12
+#define ASN1_OP_DETACHED_POST 13
/* Macro to implement a primitive type */
#define IMPLEMENT_ASN1_TYPE(stname)
IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0)
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|