Adjust the PKINIT DH debugging code:
authorGreg Hudson <ghudson@mit.edu>
Mon, 14 Jun 2010 20:00:03 +0000 (20:00 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 14 Jun 2010 20:00:03 +0000 (20:00 +0000)
commit198bff2487daf274d7aafcfd64227fe17676221c
tree992c678720cdbdfbe1e6a7419948ac71a46a97ba
parentc58f231b1a988eecc99e73f8394f298bf1d2a166
Adjust the PKINIT DH debugging code:
  * Use %p and void * for pointers instead of %x and int
  * Don't call the computed symmetric key the "secret key" since
    that's easily confused with the private key g^x.
  * Print the private key when printing DH parameters, instead of the
    q value (not even sure what they is).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24136 dc483132-0cff-0310-8789-dd5450dbe970
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c