Simplify ssl_cert_type() by taking advantage of X509_get0_pubkey
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 11 Feb 2016 04:53:54 +0000 (23:53 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 11 Feb 2016 15:11:54 +0000 (10:11 -0500)
commit17a723885e8a875fc19d5140f580f80a113ba78f
tree14b050f17a0db77bcbeeaa8e0f6bcadca0c99fd6
parent27f172d9a3f3ec9901439b4823c95788598fa367
Simplify ssl_cert_type() by taking advantage of X509_get0_pubkey

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_lib.c