Use basename of objxref.pl not whole path in generated header.
[oweals/openssl.git] / crypto / asn1 / asn1t.h
index edf2552cba32891e29a83014d1ec193c0f020bbb..d230e4bf70032450a659c6dfff6449e934d50db1 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1t.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
@@ -766,10 +766,10 @@ typedef struct ASN1_STREAM_ARG_st {
 #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)