From: Richard Levitte Date: Thu, 17 Apr 2003 21:49:47 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_6k~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=adc88583a950edaf08182a82fbf8fc9badbffe44;p=oweals%2Fopenssl.git Typo. PR: 562 --- diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 65dc5eda27..c61991a78d 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -123,7 +123,7 @@ extern "C" { #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