On 2014/06/08 22:49, Loganaden Velvindron wrote:
> On Fri, Jun 06, 2014 at 09:47:03AM +0200, Miod Vallat wrote:
> > >From Quanah Gibson-Mount:
> > >UNKOWN->UNKNOWN
> > >
> > >
> > >Index: crypto/asn1/asn1_err.c
> >
> > Please refrain from sending diffs you obviously didn't test.
> >
> > Miod
>
> Compiled and tested:
$ ag ASN1_R_UNK.*FORM
src/crypto/asn1/a_mbstr.c
145: ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_UNKNOWN_FORMAT);
src/crypto/asn1/asn1_err.c
300: {ERR_REASON(ASN1_R_UNKNOWN_FORMAT) , "unknown format"},
306: {ERR_REASON(ASN1_R_UNKOWN_FORMAT) , "unknown format"},
src/crypto/asn1/asn1.h
1335:#define ASN1_R_UNKNOWN_FORMAT 160
1341:#define ASN1_R_UNKOWN_FORMAT 195
src/crypto/asn1/asn1_gen.c
358: ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKOWN_FORMAT);