components/openssl: SSL low-level reload cert when user add new cert

This commit is contained in:
dongheng
2016-09-23 10:53:18 +08:00
parent 9fc054bb55
commit 07c8bbca6c
7 changed files with 65 additions and 2 deletions

View File

@@ -51,4 +51,6 @@ void pkey_pm_unload(EVP_PKEY *pkey);
long ssl_pm_get_verify_result(const SSL *ssl);
int ssl_pm_reload_crt(SSL *ssl);
#endif