components/openssl: add internal openssl X509 debug function

This commit is contained in:
Dong Heng
2016-10-09 16:42:49 +08:00
parent de587a2e0d
commit 2033068a72
7 changed files with 77 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ IMPLEMENT_SSL_METHOD(SSL3_VERSION, -1, TLS_method_func, SSLv3_method);
*/
IMPLEMENT_X509_METHOD(X509_method,
x509_pm_new, x509_pm_free,
x509_pm_load);
x509_pm_load, x509_pm_show_info);
/**
* @brief get private key object method