!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).
[openssl.git] / ssl / kssl_lcl.h
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-07-11 Richard LevittePrivate functions do not belong in an exported header...