Hi,

while running at max optimization, the native HP ANSI compiler found:
   Warning in procedure ASN1_STRING_data : Infinite loop detected. Check for spinning 
on non-volatile variable. (6005)

>From crypto/asn1/asn1_lib.c (at end of file):
...
unsigned char * ASN1_STRING_data(ASN1_STRING *x)
{ return ASN1_STRING_data(x); }

Probably there was meant:
{ return M_ASN1_STRING_data(x); }
???

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to