Don't depend on that memcmp() have same return value on all platforms
commitd3828fe20192a8fe0a177e564eb641d0857fbec4
authorLove Hornquist Astrand <lha@h5l.org>
Fri, 14 Aug 2009 03:34:50 +0000 (14 05:34 +0200)
committerLove Hornquist Astrand <lha@h5l.org>
Fri, 14 Aug 2009 03:34:50 +0000 (14 05:34 +0200)
tree3f85b49c3919705e0ab6ae0581b650738c23d06d
parent21ff5b84a5c62b0f9770b795786135396c498e7d
Don't depend on that memcmp() have same return value on all platforms

BSDish libc returns -14 3 14, while GNU LIBC returns -1 3 1.
lib/hx509/name.c