!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).
[openssl.git] / doc / apps / pkeyparam.pod
2006-07-10 Dr. Stephen HensonAdd docs for pkeyparam. Update some existing docs.