Commit 699f1635 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Use accessors for X509_print_ex().



Print certificate details using accessor functions.

Since X509_CERT_AUX_print is only used in one place and can't
be used by applications (it uses an internal X509_CERT_AUX structure)
this has been removed and replaced by a function X509_aux_print which
takes an X509 pointer instead.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 748118a8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment