CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 21:26:46
Modified files:
usr.bin/openssl: certhash.c
Log message:
qsort() compare functions MUST use memcmp() instead of bcmp() to have
the correct return value. Prefer memcmp() anyway for portability.
ok jsing@ tedu@
