Hi,

I think there is a typo in crypto/asn1/asn1.h: as far as I known
T61STRING == TELETEXSTRING != VIDEOTEXSTRING (at least I conclude
this from the V_ASN1_* definitions in asn1.h), but
B_ASN1_T61STRING != B_ASN1_TELETEXSTRING == VIDEOTEXSTRING (see
patch below).

Regards,
Nils

Index: crypto/asn1/asn1.h
===================================================================
RCS file: /home/nils/CVSROOT/openssl/crypto/asn1/asn1.h,v
retrieving revision 1.114
diff -u -r1.114 asn1.h
--- crypto/asn1/asn1.h  2003/03/20 23:16:45     1.114
+++ crypto/asn1/asn1.h  2003/04/01 18:57:07
@@ -132,7 +132,7 @@
  #define B_ASN1_NUMERICSTRING  0x0001
  #define B_ASN1_PRINTABLESTRING        0x0002
  #define B_ASN1_T61STRING      0x0004
-#define B_ASN1_TELETEXSTRING   0x0008
+#define B_ASN1_TELETEXSTRING   0x0004
  #define B_ASN1_VIDEOTEXSTRING 0x0008
  #define B_ASN1_IA5STRING      0x0010
  #define B_ASN1_GRAPHICSTRING  0x0020

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to