Comparing a pointer (data) with 0 using > is incorrect. The changed
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 11:57:33 +0000 (11:57 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 11:57:33 +0000 (11:57 +0000)
commit4b71f63ac0de0df0ec321b0522a30e8d3e356760
treedead9ccb47d73768dd3d010a3b79cec914ff392f
parent3adb8c385404448629465cdf02fe1431b8e0e160
Comparing a pointer (data) with 0 using > is incorrect.  The changed
comparison doesn't look right, but at least it compiles.  It would be nice
if the one who knows what this is supposed to do changed it to do it correctly
crypto/ecdsa/ecs_asn1.c